The statement, int(*x[]) () what does in indicate?
How will you find a duplicate number in a array without negating the nos ?
What are static variables in c?
in multiple branching construct "default" case is a) optional b) compulsarily c) it is not include in this construct d) none of the above
What is the use of header files?
What is the advantage of c?
Write a program to print factorial of given number using recursion?
Why c is a procedural language?
int i=3; this declaration tells the C compiler to a) reserve space in memory to hold the integer value b) associate the name i with this memory location c) store the value 3 at this location d) all the above
What is the auto keyword good for?
What is void main () in c?
What are header files in c programming?
What will be your course of action for a push operation?
What is structure pointer in c?
Is multithreading possible in c?