What is sizeof array in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is ## preprocessor operator in c?
What is const keyword in c?
write a c program to print a given number as odd or even without using loop statements,(no if ,while etc)
#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); }
How does selection sort work in c?
What are the rules for the identifier?
What is indirect recursion? give an example?
State two uses of pointers in C?
What is #include cctype?
Why are all header files not declared in every c program?
What is wrong with this declaration?
In a byte, what is the maximum decimal number that you can accommodate?