What are pragmas and what are they good for?
No Answer is Posted For this Question
Be the First to Post Answer
A C E G H +B D F A I ------------ E F G H D
What is a class?
How can draw a box in cprogram without using graphics.h header file & using only one printf(); ?
How can I generate floating-point random numbers?
#define f(x) main() { printf("\n%d",f(2+2)); }
Write a program to check palindrome number in c programming?
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?
Why main function is special give two reasons?
Explain what is a static function?
why programming language C is still used in operating system's kernel??
What is the use of printf() and scanf() functions?
How do you search data in a data file using random access method?