Answer Posted / sravanthi
brain kernaighan
| Is This Answer Correct ? | 2 Yes | 18 No |
Post New Answer View All Answers
How can you tell whether two strings are the same?
What is structure packing in c?
If fflush wont work, what can I use to flush input?
What is the purpose of sprintf() function?
typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?
What should malloc() do? Return a null pointer or a pointer to 0 bytes?
When I set a float variable to, say, 3.1, why is printf printing it as 3.0999999?
Which of these functions is safer to use : fgets(), gets()? Why?
What is double pointer?
What is include directive in c?
What is the meaning of 2d in c?
What is a null string in c?
Explain output of printf("Hello World"-'A'+'B'); ?
Explain what could possibly be the problem if a valid function name such as tolower() is being reported by the c compiler as undefined?
Does c have function or method?