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-4 OF C PROGRAMMING LANGUAGE Q 1 – What is the output of the following program? #include<stdio.h> main() { int x = 3; x += 2; x =+ 2; printf(“%d”, x); } A – 2 B –...
Quiz of c programming language Q 1 – What is the output of the following program? #include<stdio.h>main(){char*s =”Hello”;while(*s!=NULL)printf(“%c”,*s++);} A – Hello B – Helloellolloloo C – ello D – Compile error Q 2 – What is the size of ‘int’?...
Hello frnds here are the top 10 Q/A you should know about c : – (To download the more question in pdf format click link below q.no-10) TCS programming mcq questions 1.In C...