Answer Posted / pinkey
yaa i think the terminator of c language is semicolon and
curly braces {}.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler
What is meant by 'bit masking'?
What are categories used for in c?
Explain enumerated types in c language?
What does %c do in c?
string reverse using recursion
How is = symbol different from == symbol in c programming?
If you know then define #pragma?
What is wrong with this declaration?
Write a program to check palindrome number in c programming?
What is a ternary operator in c?
When should you not use a type cast?
GIVEN A FLOATING POINT NUMBER HOW IS IT ACTUALLY STORED IN MEMORY ? CAN ANYONE EXPLAIN?? THE 32 BIT REPRESENTATION OF A FLOATING POINT NUMBER ALLOTS: 1 BIT-SIGN 8 BITS-EXPONENT 23 BITS-MANTISSA
What is difference between structure and union in c?
What is the difference between %d and %i?