What are the storage classes in C?
No Answer is Posted For this Question
Be the First to Post Answer
Explain how can a program be made to print the name of a source file where an error occurs?
print ur name 20,000 times without using inbuilt library functions like printf,scanf,gets,puts,getchar or putchar
What is extern variable in c with example?
if ENTERED FIVE DIGITS DESIGN A PROGRAM THAT WILL FIND CORRESPONDING VALUE FROM ASCII TABLE
when will be evaluated as true/ if(x==x==x) a) x=1; b) x=0; c) x=-1; d) none
What are the types of macro formats?
What are the types of functions in c?
How to write in a function declaration and in function call in which the function has 'n' number of varible or arguments?
a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);
wats SIZE_T meant for?
What is extern keyword in c?
Write a c program to print the sizes and ranges of different data types in c?