What are Storage Classes in C ?
CTS, HP, IBM, Maharaja Whiteline, Tamil Nadu Open University TNOU, TATA, TCS, Wipro,
32 120664What are advantages and disadvantages of recursive calling ?
College School Exams Tests, Evolving Systems, HP, Jyoti Ltd, Sage, Wipro,
12 100341
There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affect when debugging?
Is main an identifier in c?
What is structure in c explain with example?
What is an endless loop?
Explain can static variables be declared in a header file?
The __________ attribute is used to announce variables based on definitions of columns in a table?
This is a variation of the call_me function in the previous question:call_me (myvar)int *myvar;{ *myvar += 5; }The correct way to call this function from main() will be a) call_me(myvar) b) call_me(*myvar) c) call_me(&myvar) d) expanded memory
What are the disadvantages of external storage class?
the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters
what is a constant pointer in C
How to define structures? ·
What are the three constants used in c?
Is javascript written in c?
What is the difference between typedef struct and struct?
Differentiate between Macro and ordinary definition.