Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~754 People Reached
Favorite Forums

5 Posted Topics

Member Avatar for idb_study

[CODE]#include <stdio.h> #include <stdlib.h> /*(*void)displayValue(char* );*/ void main() { char* userInput = (char*)malloc(sizeof(userInput); printf("\n\nEnter : "); scanf("%s", &userInput); printf("\n\nEntered : %s\n\n",userInput); } [/CODE] I have got core dump by running this code. Please suggest.

Member Avatar for mitrmkar
0
313
Member Avatar for idb_study

Hi All, Could you kindly help me regarding the usage of array of pointer (1dimension or 2), I mean where we can use it. Regards, IDB

Member Avatar for tux4life
0
158
Member Avatar for jrw0267
Member Avatar for idb_study
0
78
Member Avatar for sonicstage

Very sorry but I couldn't get the source of the problem. Did you compile it? did you run it? whare does the problem lie?

Member Avatar for verruckt24
0
103
Member Avatar for idb_study

Hi all, I have tried to write a program which can add two matrix. It is running well....but when I am printing out the resultant matrix it is just showing the address of the resultant elements. For convenience, I have posted the output also. [B]Program:-[/B] [code=cplusplus] #include<iostream.h> int main() { …

Member Avatar for idb_study
0
102

The End.