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 16926Explain 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 6229print ur name 20,000 times without using inbuilt library functions like printf,scanf,gets,puts,getchar or putchar
4 9160Write 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.
1945Post New IBM C Interview Questions
What is site definition?
What is Link Manager Protocol?
Differentiate between ordinary variable and pointer in c.
How are the dimension tables designed?
What is a threaded binary tree? Explain its operation with example?
Tell me what is the simplest way to find out the number of parameters passed into a function?
Explain the Component of Storage-as-a-Service in Cloud Computing?
What is the role of administrative users? : sas-grid-administration
what stock transfer applicable in sister concern unit.
What is the difference between undeclared & undefined?
Who owns microsoft now?
Describe the advantage that uddi has over disco?
DIFFERENCE BETWEEN CODES,STANDARDS & SPECIFIFCATIONS?
Can you define framework manager?
What does explode do in php?