difference between memcpy and strcpy
hi friends how r u as soon in satyam my interview is start but i m very confusued ta wat i do plz help me frndz wat can i do plz tell me some question and answers related with "C" which r asked in the interview .
0 Answers Aegis, CDAC, Infosys,
What is variable initialization and why is it important?
Differentiate Source Codes from Object Codes
The variables are int sum=10,SuM=20; these are same or different?
How can I ensure that integer arithmetic doesnt overflow?
control 50 devices which has 2 states on and off.using bitwise operator.plz answer it its urgent
What will the code below print when it is executed? int x = 3, y = 4; if (x = 4) y = 5; else y = 2; printf ("x=%d, y=%d ",x,y);
char ch="{'H','I',0};printf("%s",ch);what is output
how many types of operators are include in c language a) 4 b) 6 c) 8 d) 12
what is the difference between auto and static keywords
1 Answers cDot, College School Exams Tests, TCS,
struct node { int *a; char *b; char array[12]; }; struct node m,*n; assign the value in *a,*b,char array[12]
What are shell structures used for?