Tag Archives: C Interview Questions

C Interview Questions 61-70

This post contains 61-70 questions of c program. It will helpful to solve c aptitude questions, c quiz , c objective type questions etc in interview. 61-70 Questions Q1: void main() { int i; char a[]=”\0″; if(printf(“%s\n”,a)) printf(“Ok here \n”); else printf(“Forget it\n”); } Answer: Ok here Q2: main() { clrscr(); } clrscr(); Answer: No […]