Explain About fork()?
No Answer is Posted For this Question
Be the First to Post Answer
How to swap 3 numbers without using 4th variable?
can v write main() { main(); } Is it true?
What are the advantages of using macro in c language?
What's a "sequence point"?
What is typedef example?
What is 1d array in c?
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 a constant and types of constants in c?
What is keyword in c?
while initialization of two dimensional arrays we can initialize like a[][2] but why not a[2][] is there any reason behind this?
Explain the difference between getch() and getche() in c?
What does %c mean in c?