Why does notstrcat(string, "!");Work?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

Which command is more efficient? *(ptr+1) or ptr[1]

3 Answers  


Synonymous with pointer array a) character array b) ragged array c) multiple array d) none

0 Answers  


What is wrong in this statement? scanf(“%d”,whatnumber);

0 Answers  


What is page thrashing?

0 Answers  


#include<stdio.h> int main() { int i=0,j=1,k=2,m,n=0; m=i++&&j++&&k++||n++; printf("%d,%d,%d,%d,%d",i,j,k,m,n); }

12 Answers   Capital IQ, Sasken,


Explain how to reverse singly link list.

0 Answers  


How do you convert strings to numbers in C?

0 Answers  


When c language was developed?

0 Answers  


How can I prevent other programmers from violating encapsulation by seeing the private parts of my class?

1 Answers  


Why c language?

0 Answers  


What does return 1 means in c?

0 Answers  


define switch statement?

6 Answers   CTS,


Categories