how many keywords do C compile?
Answer Posted / iyswarya
32
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
what is a function method?give example?
List the different types of c tokens?
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.
How to set file pointer to beginning c?
What is difference between static and global variable in c?
What are the 5 elements of structure?
Why is main function so important?
Why is C language being considered a middle level language?
Explain indirection?
Explain what is wrong with this program statement?
what is stack , heap ,code segment,and data segment
What are header files and explain what are its uses in c programming?
Do array subscripts always start with zero?
What is the difference between call by value and call by reference in c?
which is conditional construct a) if statement b) switch statement c) while/for d) goto