What do you mean by c what are the main characteristics of c language?


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

Post New Answer

More C Interview Questions

Write a c program to Find the name that you entered is male name or female name? Such as Sunjay is name of male and Payal is name of female

5 Answers   Infosys, Luminous,


a simple program in c language

5 Answers   IBM,


Binary tree traversing

1 Answers   Qualcomm,


Is both getch() and getchar() functions are similar? if it is similar means why these two functions are used for same usage? if it is not similar means what is the difference?

1 Answers   Infosys,


can we declare a variable in different scopes with different data types? answer in detail

3 Answers   TCS,






Do you know what is a programing language ?

0 Answers  


Write a program in C to convert date displayed in gregorian to julian date

0 Answers   HCL, Wipro,


what is meant by the "equivalence of pointers and arrays" in C?

3 Answers   Satyam,


void main() { for(; 0 ;) ... { printf("hello"); ... } getch(); }

1 Answers  


Is main() is used in the program,,see below example? void main() { int i; for(i=0;i<10;i++) main(); } Then what is the output of the program?

6 Answers  


What does the && operator do in a program code?

0 Answers  


What is the value of a[3] if integer a[] = {5,4,3,2,1}?

0 Answers  


Categories