Answer Posted / avinash
CHARACTER,NAMES.
| Is This Answer Correct ? | 11 Yes | 1 No |
Post New Answer View All Answers
What do the functions atoi(), itoa() and gcvt() do?
Why can arithmetic operations not be performed on void pointers?
Are there any problems with performing mathematical operations on different variable types?
Does free set pointer to null?
What is nested structure?
Write programs for String Reversal & Palindrome check
What is the use of the function 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
In c programming typeing to occupy the variables in memory space. if not useing the variable the memory space is wasted.ok, how to avoid the situation..? (the variable is used & notused)
Dont ansi function prototypes render lint obsolete?
Write a program that accept anumber in words
How variables are declared in c?
How can I write data files which can be read on other machines with different word size, byte order, or floating point formats?
What are the scope of static variables?
Is r written in c?