What is atoi and atof in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is a const pointer?
A float occupies 4 bytes in memory. How many bits are used to store exponent part? since we can have up to 38 number for exponent so 2 ki power 6 6, 6 bits will be used. If 6 bits are used why do not we have up to 64 numbers in exponent?
What is the difference b/w Structure & Class?
What are identifiers in c?
what is the output of the following program? #include<stdio.h> void main() { int x=4,y=3,z; z=x-- -y; printf("\n%d %d %d",x,y,z); }
what different between c and c++
Is a house a shell structure?
The difference between printf and fprintf is ?
What is c language and why we use it?
What is main return c?
find largest of 3 no
Which is better pointer or array?