Answer Posted / aa
A
| Is This Answer Correct ? | 0 Yes | 6 No |
Post New Answer View All Answers
What is console in c language?
how do you programme Carrier Sense Multiple Access
Why is void main used?
What is property type c?
what do the 'c' and 'v' in argc and argv stand for?
What is a node in c?
write a sorting prgm to sort 50 nos and sum them and also remove all the occurrences of 15 and print it?
write a program to copy the string using switch case?
How can I find the modification date and time of a file?
How can I read a binary data file properly?
What is static and volatile in c?
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
Is null valid for pointers to functions?
typedef enum { html, java, javascript, perl, cgi } lang;The above statement defines a : a) Union b) User defined type c) Enumerated variable d) none
What is #pragma statements?