why we are using semicolon at the end of printh statment
Answers were Sorted based on User's Feedback
Answer / sri
every statement must be end with semicolon.so We use
semicolon.
| Is This Answer Correct ? | 5 Yes | 22 No |
Explain a pre-processor and its advantages.
int *a[5] refers to
What do you know about the use of bit field?
Why c is called a mid level programming language?
Explain what is a 'locale'?
How can I manipulate individual bits?
A collection of functions,calls,subroutines or other data a) library b) header files c) set of files d) textfiles
What is a static function in c?
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.
main() { int i=0; while(+(+i--)!=0) i-=i++; printf("%d",i); }
Write a C program to count the number of email on text
How is a structure member accessed?