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 16940Explain 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 6238print ur name 20,000 times without using inbuilt library functions like printf,scanf,gets,puts,getchar or putchar
4 9162Write 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.
1950Post New IBM C Interview Questions
Explain dfsort utility?
What is inside an exe file?
What are all the different authentication techniques used to connect to MS SQL Server?
What is clustering? What is the difference between kmeans clustering and hierarchical clustering?
How do I view xsd files?
Please can any one tell me 1).Types of reports 2).Types of Meetings.
Explain the mrp list and their uses.
What is the application modeller?
Explain about the
What are the differences between synchronous and asynchronous methods of the fs module?
What is the purpose of a volatile variable?
What is rich control in asp.net?
What is the collect statement? How is it different from append?
What Command used to lock user password?
Since pepsin is a gastric enzyme does it, has acid or basic optimum ph? What happen to pepsin when it passes to the duodenum?