Answer Posted / swati
to give indication to compiler that the printed statement
before terminator is ended and read next line of
program.Terminator is also known as "end of statement"
| Is This Answer Correct ? | 27 Yes | 0 No |
Post New Answer View All Answers
Explain what is the benefit of using const for declaring constants?
List the different types of c tokens?
How can I prevent another program from modifying part of a file that I am modifying?
When should a type cast not be used?
Why do we use null pointer?
WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?
Can variables be declared anywhere in c?
Explain how can you restore a redirected standard stream?
provide an example of the Group by clause, when would you use this clause
What is pointers in c?
The number of bytes of storage occupied by short, int and long are a) 2, 2 and 4 b) 2, 4 and 4 c) 4, 4 and 4 d) none
Are negative numbers true in c?
#include show(int t,va_list ptr1) { int a,x,i; a=va_arg(ptr1,int) printf(" %d",a) } display(char) { int x; listptr; va_star(otr,s); n=va_arg(ptr,int); show(x,ptr); } main() { display("hello",4,12,13,14,44); }
What are predefined functions in c?
Explain what are header files and explain what are its uses in c programming?