What is c programing language?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

int main() { int days; printf("enter days you are late"); scanf("%d",days); if (days<=5) printf("5o paisa fine"); if (days<=10&&days>=6) printf("1rs fine"); if(days>10) printf("10 rs fine"); if(days=30) printf("membership cancelled"); return 0; } tell me whats wrong in this program? is it right?

2 Answers  


What is the difference between text and binary modes?

0 Answers  


#ifdef TRUE int I=0; #endif main() { int j=0; printf("%d %d\n",i,j); }

3 Answers   ADITI,


What is the output for the following program #include<stdio.h> main() { char a[5][5],flag; a[0][0]='A'; flag=((a==*a)&&(*a==a[0])); printf("%d\n",flag); }

5 Answers   ADITI, Wipro,


What are header files and what are its uses in C programming?

0 Answers  






Write a program to print "hello world" without using a semicolon?

0 Answers  


Write a program to generate the first n terms in the series --- 2,3,5,7,11,...,17

0 Answers  


Can 'this' pointer by used in the constructor?

0 Answers  


What ios diff. Between %e & %f?

3 Answers   Honeywell,


What are control structures? What are the different types?

0 Answers  


What are type modifiers in c?

0 Answers  


What are the advantages of the functions?

0 Answers  


Categories