What are the features of c language?


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

Post New Answer

More C Interview Questions

if (i = 0)printf ("True"); elseprintf("False"); Under what conditions will the above print out the string "True" a) Never b) Always c) When the value of i is 0 d) all of the above

0 Answers  


write an algorithm to display a square matrix.

0 Answers  


Expand the following LKB BKL FFG

0 Answers  


What are pointers in C? Give an example where to illustrate their significance.

0 Answers   Wipro,


who developed c and why he developed c?

5 Answers  






Sir,please help me out with the code of this question. Write an interactive C program that will encode or decode multiple lines of text. Store the encoded text within a data file, so that it can be retrieved and decoded at any time. The program should include the following features: (a) Enter text from the keyboard, encode the text and store the encoded text in a data file. (b) Retrieve the encoded text and display it in its encoded form. (c) Retrieve the encoded text, decode it and then display the decoded text. (d) End the computation. Test the program using several lines of text of your choice.

0 Answers  


In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?

0 Answers  


what is stack , heap ,code segment,and data segment

0 Answers  


What is sizeof int in c?

0 Answers  


what does ‘#include’ mean?

1 Answers   TCS,


What extern c means?

0 Answers  


ATM machine and railway reservation class/object diagram

0 Answers   Zycus Infotech,


Categories