Answer Posted / jessu srikanth
egg, why because according to alphabetical order e comes
first always.
| Is This Answer Correct ? | 12 Yes | 3 No |
Post New Answer View All Answers
What does do in c?
I have a varargs function which accepts a float parameter?
Why do we use static in c?
What is c token?
Explain do array subscripts always start with zero?
What is #define size in c?
What is wrong in this statement? scanf(“%d”,whatnumber);
Explain how can I manipulate strings of multibyte characters?
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
regarding pointers concept
What are control structures? What are the different types?
What is the maximum length of an identifier?
Explain why can’t constant values be used to define an array’s initial size?
I came across some code that puts a (void) cast before each call to printf. Why?
Write the control statements in C language