what is the Output? int a=4 b=3; printf("%d%d%d%d%d%d",a++,++a,a++,a++,++a,a++); printf("%d%d%d%d%d%d",b--,b--,--b,b--,--b,--b);
10 16609Explain this code.
#include
If I want to initialize the array like. int a[5] = {0}; then it gives me all element 0. but if i give int a[5] = {5}; then 5 0 0 0 0 is ans. what will I do for all element 5 5 5 5 5 in a single statement???
3 6091print ur name 20,000 times without using inbuilt library functions like printf,scanf,gets,puts,getchar or putchar
4 8957Write 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.
1898Post New IBM C Interview Questions
Is a class a subclass of itself?
What is tinker in laravel?
which is best institute in ameerpet hyderbad
Explain about SQLOS?
What are bash commands?
How do switch statements work?
What are the characteristics of javascript ‘strict mode’?
What is load balancer and how it works in aws?
Explain the difference between mysql and mysql interfaces in php?
What major clients have you closed over the last 4 months?
What are the disadvantages of a hierarchical database?
What is the reason of occurring overflow-underflow arithmetic exception error, it shows error message when we run our program by adding control?
Why are all the comments being moderated?
Key difference between ip10 and ip20 of ceragon equipment?
Is magento better than wordpress?