Tell me is null always defined as 0(zero)?
No Answer is Posted For this Question
Be the First to Post Answer
c program to subtract between two numbers without using '-' sign and subtract function.
What character terminates all strings composed of character arrays? 1) 0 2) . 3) END
f(*p) { p=(char *)malloc(6); p="hello"; return; } main() { char *p="bye"; f(p); printf("%s",p); } what is the o/p?
what is the syallabus of computer science students in group- 1?
Explain the difference between getch() and getche() in c?
Is that possible to add pointers to each other?
Are there any problems with performing mathematical operations on different variable types?
What is #include in c?
IS Doon college of Engn.. has good faculty
What is pointers in c with example?
What are data types in c language?
What is the difference between static and global variables?