Answer Posted / viji
It doesn't return any value
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
What will be your course of action for a push operation?
What are dangling pointers in c?
What is a MAC Address?
Mention four important string handling functions in c languages .
What does node * mean?
What are type modifiers in c?
pgm to find number of words starting with capital letters in a file(additional memory usage not allowed)(if a word starting with capital also next letter in word is capital cann't be counted twice)
Explain the use of fflush() function?
#include main() { enum _tag{ left=10, right, front=100, back}; printf("left is %d, right is %d, front is %d, back is %d",left,right,front,back); }
Difference between MAC vs. IP Addressing
What is a built-in function in C?
What is the difference between malloc() and calloc() function in c language?
Is register a keyword in c?
What is c++ used for today?
When should volatile modifier be used?