QUIZ-6 OF C PROGRAMMING LANGUAGE
Here some question about programming language c with explanation.This is more useful for all graduation student specially B.Sc(IT) and BCA students.this MCQ also helpful for MCA students.so have a look on these...
Here some question about programming language c with explanation.This is more useful for all graduation student specially B.Sc(IT) and BCA students.this MCQ also helpful for MCA students.so have a look on these...
QUIZ- 5 OF C PROGRAMMING LANGUAGE Q 1 – What is the output of the following program? #include<stdio.h> main() { int x = 1; do printf(“%d “, x); while(x++<=1); } A – 1 B –...
Q 1 – What is the output of the following program? #include<stdio.h> { int x = 1; switch(x) { default: printf(“Hello”); case 1: printf(“hi”); break; } } A – Hello B – Hi C –...
TCS interview question on C and C++ C and C++ programming language is core learning programming language.Every IT Industry or multi-National companies use C and C++ programming language for their project work as well...