Answer Posted / smitha
11 chars + null string
| Is This Answer Correct ? | 29 Yes | 2 No |
Post New Answer View All Answers
How can I swap two values without using a temporary?
Tell me when is a void pointer used?
What is the difference between call by value and call by reference in c?
write a program to copy the string using switch case?
Here is a neat trick for checking whether two strings are equal
Is it cc or c in a letter?
What is a memory leak? How to avoid it?
if the area was hit by a virus and so the decrease in the population because of death was x/3 and the migration from other places increased a population by 2x then annually it had so many ppl. find our the population in the starting.
What are terms in math?
How does normalization of huge pointer works?
How a string is stored in c?
What are pointers in C? Give an example where to illustrate their significance.
Can we change the value of #define in c?
#define MAX(x,y) (x) >(y)?(x):(y) main() { inti=10,j=5,k=0; k= MAX(i++,++j); printf("%d..%d..%d",i,j,k); }
What is sizeof array in c?