What is your favorite subject?
Answer Posted / ankur verma
english
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what are the advanced features of functions a) function declaration and prototypes b) calling functions by value or by reference c) recursion d) all the above
Is it valid to address one element beyond the end of an array?
Are negative numbers true in c?
Why do we need volatile in c?
Does sprintf put null character?
Explain main function in c?
Write a C program in Fibonacci series.
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create.
What is difference between structure and union in c?
What is use of integral promotions in c?
What is a null pointer in c?
What are the rules for identifiers in c?
write a c programming using command line argument,demonstrate set operation(eg;union,intersection,difference) example output is c:>setop 12 34 45 1 union 34 42 66 c:>setop 12 34 1 42 66 c:>setop 12 34 diff 12 56 67 78 setop 12 34
What is nested structure with example?
What is a macro?