What is your favorite subject?



What is your favorite subject?..

Answer / ankur verma

english

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

what is the output of following question? void main() { int i=0,a[3]; a[i]=i++; printf("%d",a[i] }

3 Answers  


Differentiate abs() function from fabs() function.

0 Answers  


how can i get the output 54321 4321 321 21 1 in c programming........???? pls help......

10 Answers   Infosys,


What is d'n in c?

0 Answers  


What is the output of the program #include<stdio.h> #include<conio.h> void main() {0 int i,j=20; clrscr(); for(i=1;i<3;i++) { printf("%d,",i); continue; printf("%d",j); break; } getch(); }

4 Answers   CTS, Oracle,






program to print circle structure

1 Answers  


what are the advanced features of functions a) function declaration and prototypes b) calling functions by value or by reference c) recursion d) all the above

0 Answers  


Is it possible to pass an entire structure to functions?

0 Answers  


how does the C compiler interpret the following two statements p=p+x; q=q+y; a. p=p+x; q=q+y b. p=p+xq=q+y c. p=p+xq; q=q+y d. p=p+x/q=q+y

2 Answers   TCS, Tech Synergy,


What is property type c?

0 Answers  


write a program to add two numbers of any size.....(remember any size)

1 Answers  


What is extern keyword in c?

0 Answers  


Categories