| Questions |
Show Answers |
Total Posts |
Post Your Answers |
Last Post |
What is the name of the man who is invented to c?
1. chals babes
2. Dennis ritchie
3. Dennis brown
4. None
|
Show Answers | 1 |
Post Your Answers |
27.12.11 Som |
What is the stand form is FORTRAN?
1. Format translater
2. Form transmission
3. Formula translator
4. none
|
Show Answers | 1 |
Post Your Answers |
28.12.11 Som |
What is the stand form of COBOL?
1. Common business oriented language
2. Combination of language
3. Common Body language
4. none
|
Show Answers | 1 |
Post Your Answers |
28.12.11 Som |
What is the stand form of the BPCL?
1. Basic combined programming language
2. Basic programming combined language
3. Basic compiler programming language
4. none
|
Show Answers | 1 |
Post Your Answers |
28.12.11 Som |
What is the output of program?
#include<stdio.h>
main(){
printf("R\n\ta\nn\n\tj\na\n\tn\na");}
1. Error
2. Rntannntjnantnna
3. R
a
n j
a
n
a
4. none
|
Show Answers | 1 |
Post Your Answers |
28.12.11 Som |
Why we use the comma operator?
1. for termination
2. for separation
3. All
4. none
|
Show Answers | 1 |
Post Your Answers |
28.12.11 Som |
What is the mean of type casting?
1. Conversion of the Data item
2. Conversion of variables
3. fixed the value of Data item
4. none
|
Show Answers | 1 |
Post Your Answers |
28.12.11 Som |
What is the output of this program?
main()
{int a=-3;a=-a-a+a;printf("%d",a);
}
1. error
2. compilation failed
3. 3
4. none
|
Show Answers | 1 |
Post Your Answers |
28.12.11 Som |
What will be the output?main(){int a=10;int b=5;int c=5;int d=2;int e=a*d +b/c;printf("e=%d",e);}
1. error
2. 4
3. 20
4. none
|
Show Answers | 1 |
Post Your Answers |
28.12.11 Som |
What will be the output?main(){int a=5;b=10;temp;temp=a;a=b;b=temp;printf(\"a=%d\\t\\tb=%d\",a,b);}
1. a=5, b=10
2. error
3. a=10, b=5
4. none |
Show Answers | 1 |
Post Your Answers |
28.12.11 Som |
What will be the output?main(){int a=10;b=5;int c=a%b;printf(\"%d\",c);}
1. error
2. 0
3. 2
4. none |
Show Answers | 1 |
Post Your Answers |
28.12.11 Som |
What will be the output?
main(){
int n=125,sum=0,re;
while(n>0){
re=n%10;
sum+=re;
n/=10;}
printf("sum is=%d",sum);}
1. error
2. 8
3. 6
4. none
|
Show Answers | 1 |
Post Your Answers |
28.12.11 Som |
What will be the output?
main(){
int i;
for(i=1;i<=10;i++){
printf("Number is=%d",i);}
1. error
2. 1,2,3,4,5,6,7,8,9,10
3. 1,2,3,4,5,6,7,8,9
4.none
|
Show Answers | 1 |
Post Your Answers |
28.12.11 Som |
What will be the output of this program?
main(){
int i=10;
printf("value=%d",i++);
printf("value=%d",i);
}
1. i=10,i=11
2. error
3. compilation failed
4. none
|
Show Answers | 1 |
Post Your Answers |
28.12.11 Som |
Why we use the exit() method in c?
1. for change the method
2. for stop the execution
3. for stop compilation
4. none
|
Show Answers | 1 |
Post Your Answers |
28.12.11 Som |
What is the stand of the <Stdio.h>?
1. Standard input output header file
2. Standard input output stream header file
3. stream input output header file
4. none
|
Show Answers | 1 |
Post Your Answers |
28.12.11 Som |
What will be the output?
main(){
int a=9;
if(a=5){
printf("Bye");
}
printf("Welcome");}
1. error
2. compile failed
3. welcome
4. Bye |
Show Answers | 1 |
Post Your Answers |
28.12.11 Som |
What will be the output?
main(){
int a=9;
if(a!=5){
printf("Bye");
}
printf("Welcome");}
1. error
2. compile failed
3. welcome
4. Bye |
Show Answers | 1 |
Post Your Answers |
28.12.11 Som |
Which one Keyword used to calling function back again and again?
A. switch
B. goto
C. go back
D. return
|
Show Answers | 1 |
Post Your Answers |
28.12.11 Som |
What will be the output of the program?
int main()
{
printf("World");
main();
return 0;
}
A. Infinite times
B. 32767 times
C. 65535 times
D. Till stack doesn't overflow
|
Show Answers | 1 |
Post Your Answers |
28.12.11 Som |
R4R,C Objective, C Subjective, C Interview Questions And Answers,C,C Interview,C Questions ,C Answers