TEST YOUR C SKILLS
C programming language free online testing
objective types questions answers with explanation for interview or written
test.
C language tricky good pointers questions and explanation operators data types arrays structures questions functions recursion preprocessors, looping, file handling, strings questions switch case if else printf advance c linux objective types mcq faq interview questions and answers with explanation and solution for freshers or beginners. Placement online written test prime numbers Armstrong Fibonacci series factorial palindrome code programs examples on c c++ tutorials and pdf
3 comments:
syntactical que bt repeated thinkg require
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("*"); }
pointers,functions and strings are my favorite chapters in c programming and i can really defend these in 100%. i love c programming
Post a Comment