Answer Posted / sweta
ya its semocolon (;)
| Is This Answer Correct ? | 18 Yes | 2 No |
Post New Answer View All Answers
What is the sizeof () a pointer?
Is null a keyword in c?
What does *p++ do?
What is the meaning of ?
Explain how can you be sure that a program follows the ansi c standard?
the portion of a computer program within which the definition of the variable remains unchanged a) mode b) module c) scope d) none
What is file in c language?
Explain how do you print only part of a string?
How would you use the functions fseek(), freed(), fwrite() and ftell()?
any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()
What is realloc in c?
Why do we need arrays in c?
What are the advantages of using new operator as compared to the function malloc ()?
What is the need of structure in c?
Write a program of advanced Fibonacci series.