Answer Posted / renisha
c is powerful system language even which user are using to
compiler as source code. it used input and display the output.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What does typeof return in c?
Explain the priority queues?
what is a function method?give example?
What is hash table in c?
What is a pointer on a pointer in c programming language?
What is the general form of function 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); }
Array is an lvalue or not?
How the c program is executed?
number of times a digit is present in a number
What is the use of extern in c?
What is a list in c?
Can we initialize extern variable in c?
if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0
Disadvantages of C language.