Blogspot - cquestionbank.blogspot.com
General Information:
Latest News:
C questions and answers 30 May 2012 | 04:35 pm
C questions and answers with explanation 1. Data types 2. Operators 3. Pointers 4. Arrays 5. Loops 5. Preprocessor 6. Structures 6. If else 6....
C questions and answers 30 May 2012 | 09:35 am
C questions and answers with explanation 1. Data types 2. Operators 3. Pointers 4. Arrays 5. Loops 5. Preprocessor 6. Structures 6. If else ...
Debugging questions in c with answers 27 May 2012 | 10:53 pm
C debugging interview questions C debugging questions with answers 1. Write a c program too shutdown window operating system in TURBO C. void main(void) { system("shutdown -s"); } Save the above...
Aptitude questions and answers in c 27 May 2012 | 09:09 pm
C programming aptitude questions and answers Aptitude questions in interview Total question: 32 Time: 60 minute Total marks: 64 1. Find out the error if any, in the program. #include<stdio.h> i...
C basic questions 27 May 2012 | 08:50 pm
C basic interview questions and answers for freshers (1) void main(){ char i; clrscr(); for(i=120;i<=128;i++){ printf("%d ",i); } getch(); } Output: Infinite loop (2) void main(){ int i; ...
Multiple choice questions in c 27 May 2012 | 08:29 pm
<!-- function output(answer,i){ var group = document.radioForm[i].q; var ans; for (var i=0; i .fieldsetOut{ background:#1E90FF; padding:0px 0px 0px 0px; font-family: "courier new" } .fieldse...
Objective questions of c 27 May 2012 | 07:59 pm
Objective type questions on c with answers for interview C programming language objective questions and answers (1) #define max value 10 int main(){ int a=60; if(a/max value==6) printf("equal")...
Debugging questions in c with answers 27 May 2012 | 03:53 pm
C debugging interview questions C debugging questions with answers 1. Write a c program too shutdown window operating system in TURBO C. void main(void) { system("shutdown -s"); } Save the above...
Aptitude questions and answers in c 27 May 2012 | 02:09 pm
C programming aptitude questions and answers Aptitude questions in interview Total question: 32 Time: 60 minute Total marks: 64 1. Find out the error if any, in the program. #include<stdio.h> i...
C basic questions 27 May 2012 | 01:50 pm
C basic interview questions and answers for freshers (1) void main(){ char i; clrscr(); for(i=120;i<=128;i++){ printf("%d ",i); } getch(); } Output: Infinite loo...