What is the output of printf("%d", printf("Hello"));?
how to find the binary of a number?
Is c easier than java?
any limit on the number of functions that might be present in a C program a) max 35 functions b) max 50 functions c) no limit d) none of the above
Write a program to implement queue.
Can you write the function prototype, definition and mention the other requirements.
What is meant by high-order and low-order bytes?
when will be evaluated as true/ if(x==x==x) a) x=1; b) x=0; c) x=-1; d) none
void main() { int i=5; printf("%d",i+++++i); }
where can function pointers be used?
which is an algorithm for sorting in a growing Lexicographic order
What are different storage class specifiers in c?
Write a program of prime number using recursion.