What are the storage classes in C?
No Answer is Posted For this Question
Be the First to Post Answer
What do you mean by keywords in c?
write a Program to dispaly upto 100 prime numbers(without using Arrays,Pointer)
26 Answers ADITI, iFlex, Infosys, Oracle, TCS, Unicops, Wipro,
what is the difference between while and do while?
printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions
What would be an example of a structure analogous to structure c?
int a[3][5]={ {1,2,3,4,5],{2,3,4,5,6},{10,11,12,13,14}}; int *p=&a; printf(ā%dā,*(*(x+1)+3));
What are the advantages of Macro over function?
What is the difference between int main and void main?
totally how much header files r in c language
What is c token?
Toggle nth bit in a given integer - num
Are the expressions * ptr ++ and ++ * ptr same?