What are the salient features of c languages?


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

Post New Answer

More C Interview Questions

what is the output on the screen? int n; n=printf("my name is %d",printf("kiran %d",printf("kumar"))); printf("\n %d \n",n);

4 Answers   TCS,


wap in c to accept a number display the total count of digit

4 Answers  


Not all reserved words are written in lowercase. TRUE or FALSE?

0 Answers  


write a program in c language that uses function to locate and return the smallest and largest integers in an array,number and their position in the array. it should also find and return the range of the numbers , that is , the difference between the largest number and the smallest.

1 Answers  


Explain how are 16- and 32-bit numbers stored?

0 Answers  






What is d scanf?

0 Answers  


What are the 4 types of functions?

0 Answers  


write a statement to display all the elements array M(in reverse order? int M[8]={20,21,22,23,24,25,26,27};

5 Answers  


What is alloca() and why is its use discouraged?

1 Answers  


What standard functions are available to manipulate strings?

0 Answers  


Does c have function or method?

0 Answers  


int x=sizeof(!5.856); What will value of variable x?

2 Answers  


Categories