for(i=0;i=printf("Hello");i++); printf("Hello"); how many times how will be printed?????????
8 15810Write a C++ program without using any loop (if, for, while etc) to print numbers from 1 to 100 and 100 to 1;
Accenture, Cisco, Egentec, HCL, Ideaz, Infosys, M-Systems, MYR, TCS,
18 39778
What is difference between union and structure in c?
Define and explain about ! Operator?
Explain how can you check to see whether a symbol is defined?
Do pointers take up memory?
What are the various types of control structures in programming?
Differentiate between Macro and ordinary definition.
Why is c so powerful?
Explain about block scope in c?
Explain how can you determine the size of an allocated portion of memory?
Explain how do you view the path?
What is difference between arrays and pointers?
Why does this code crash?
When is the “void” keyword used in a function?
Explain what is the difference between functions getch() and getche()?
Is printf a keyword?