C free online test


TEST YOUR C SKILLS

C programming language free online testing objective types questions answers with explanation for interview or written test.



3 comments:

Sonu said...

syntactical que bt repeated thinkg require

Anonymous said...

Explanation needed:-

#include
#include
void quiz(int w); main() { int x= 5; clrscr(); quiz(5); } void quiz(int w) { if(w>1) { quiz(w/2); quiz(w/2); } printf("*"); }

pedro said...

pointers,functions and strings are my favorite chapters in c programming and i can really defend these in 100%. i love c programming

C compiler: gcc 4.1.2