for(i=0;i=printf("Hello");i++); printf("Hello"); how many times how will be printed?????????
8 16097Write 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 40410
Differentiate between #include<...> and #include '...'
What is the use of bitwise operator?
number of times a digit is present in a number
difference between Low, Middle, High Level languages in c ?
praagnovation
the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above
What is the difference between int main and void main?
What is the size of enum in bytes?
Differentiate between new and malloc(), delete and free() ?
Write a program to swap two numbers without using third variable?
What is a void pointer? When is a void pointer used?
What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25
What does c mean in standard form?
Explain what is the benefit of using an enum rather than a #define constant?
Write a program to swap two numbers without using the third variable?