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 –...
C is a general-purpose language which has been closely associated with the Unix operating system for which it was developed.In 1972, Dennis Ritchie at Bell Labs writes C and in 1978, the publication of The C Programming Language by Kernighan...