Dont ansi function prototypes render lint obsolete?
No Answer is Posted For this Question
Be the First to Post Answer
What are the disadvantages of external storage class?
What is the correct code to have following output in c using nested for loop?
how can be easily placed in TCS.
Write a C program to print 1 2 3 ... 100 without using loops?
Input any no. and print all the the numbers that comes before it like this for e.g input = 4 0 01 012 0123 01234 plz answer it 2day
4.A function 'q' that accepts a pointer to a character as argument and returns a pointer to an array of integer can be declared as: A)int (*q(char*)) [] B)int *q(char*) [] C)int(*q)(char*) [] D)None of the Above
what is the use of keyword volatile??
What is difference between function overloading and operator overloading?
What are the key features of C?
Is c is a procedural language?
What is difference between structure and union in c?
What is the difference between File pointer and Internal Charecter Pointer?