Answer Posted / rajendra
Line terminator is ;(semicolon)
c longuage terminator is } (last bracket of main)
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
Explain how can you determine the size of an allocated portion of memory?
What is the explanation for the dangling pointer in c?
In c programming language, how many parameters can be passed to a function ?
the 'sizeof' operator reported a larger size than the calculated size for a structure type. What could be the reason?
What does %2f mean in c?
What is assignment operator?
Is c object oriented?
Is main is user defined function?
When should we use pointers in a c program?
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
5 Write an Algorithm to find the maximum and minimum items in a set of ānā element.
How can I rethow can I return a sequence of random numbers which dont repeat at all?
Explain how do you print only part of a string?
Is stack a keyword in c?
What is the difference between text and binary i/o?