Answer Posted / sahadev
Actually (;) is the sentence terminater in C.So it is also
C terminater
| Is This Answer Correct ? | 13 Yes | 2 No |
Post New Answer View All Answers
WRITE A CODE IN C TO SEARCH A FILE FROM NOTEPAD FILE.
Write a program for finding factorial of a number.
Write a program to generate the Fibinocci Series
What is the difference between functions getch() and getche()?
Explain the difference between structs and unions in c?
Explain union. What are its advantages?
why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???
write a c programming using command line argument,demonstrate set operation(eg;union,intersection,difference) example output is c:>setop 12 34 45 1 union 34 42 66 c:>setop 12 34 1 42 66 c:>setop 12 34 diff 12 56 67 78 setop 12 34
What is c language in simple words?
Write a program of prime number using recursion.
What is keyword with example?
Explain how can you be sure that a program follows the ansi c standard?
What are conditional operators in C?
A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.
What is c definition?