What are the types of data files?
No Answer is Posted For this Question
Be the First to Post Answer
Why c is called free form language?
any "C" function by default returns an a) int value b) float value c) char value d) a & b
How important is structure in life?
What is the difference between File pointer and Internal Charecter Pointer?
a=0; b=(a=0)?2:3; a) What will be the value of b? why b) If in 1st stmt a=0 is replaced by -1, b=? c) If in second stmt a=0 is replaced by -1, b=?
Write a C program to count the number of email on text
in case any function return float value we must declare a) the function must be declared as 'float' in main() as well b) the function automatically returned float values c) function before declared 'float' keyword d) all the above
What is an lvalue in c?
what is the maximum limit of row and column of a matrix in c programming. in linux .
What is a floating point in c?
how can use subset in c program and give more example
What's the total generic pointer type?