Answer Posted / nikam prathmesh
CHAR is Data Type.........
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What are run-time errors?
What is New modifiers?
Which driver is a pure java driver
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 are the Advantages of using macro
what are the advanced features of functions a) function declaration and prototypes b) calling functions by value or by reference c) recursion d) all the above
Is sizeof a keyword in c?
How do you generate random numbers in C?
How can I invoke another program or command and trap its output?
How would you obtain the current time and difference between two times?
PROGRAM TO WRITE CONTENTS OF 1 FILE IN REVERSE TO ANOTHER FILE,PROGRAM TO COPY 1 FILE TO ANOTHER BY SPECIFYING FILE NAMES AS COMMAND LINE
What is pass by reference in functions?
What are register variables? What are the advantage of using register variables?
What is the benefit of using an enum rather than a #define constant?
How can I call a function with an argument list built up at run time?