Answer Posted / kalyan
Void Doesn't Return any value instead u using int u need to
written any valu but void does n't return any value
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Explain what is gets() function?
What is c definition?
Write a program to implement queue.
What is difference between union All statement and Union?
What are the different types of data structures in c?
why do some people write if(0 == x) instead of if(x == 0)?
What does the error 'Null Pointer Assignment' mean and what causes this error?
hi to every one .. how to view table pool after creating the pooled table? plz help me.. if any knows abt this ..
What is typedef struct in c?
What do you mean by keywords in c?
Why is struct padding needed?
Is using exit() the same as using return?
What are qualifiers?
Synonymous with pointer array a) character array b) ragged array c) multiple array d) none
Explain #pragma statements.