Why do we need functions in c?
No Answer is Posted For this Question
Be the First to Post Answer
How to print "I Love My India" without using semi colon?
What is the difference between a function and a method in c?
What is the difference between getch() and getche()?
What is && in c programming?
How do you redirect a standard stream?
Explain what is wrong with this program statement?
Find the largest number from the given 2 numbers without using any loops and the conditional operator.
Why is the code below functioning. According to me it MUST NOT.
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 c language and why we use it?
Why do we use return in c?
Which of the following operators is incorrect and why? ( >=, <=, <>, ==)