Where static variables are stored in memory in c?
No Answer is Posted For this Question
Be the First to Post Answer
# define x=1+4; main() { int x; printf("%d%d",x/2,x/4); }
Explain how can I avoid the abort, retry, fail messages?
The statement, int(*x[]) () what does in indicate?
void main() { //char ch; unsigned char ch; clrscr(); for(ch =0;ch<= 127; ch++) printf(" %c= %d \t ", ch, ch); } output?
wat is the difference between a definition and declaration? float y;---it looks like a declaration..but it s a definition.how?someone explain
Is c pass by value or reference?
how to find binary of number?
Why is main function so important?
do you think its fraud or original company?
The C language terminator is a.semicolon b.colon c.period d.exclamation mark
what is diognisis?
What are the different types of endless loops?