Are enumerations really portable?
No Answer is Posted For this Question
Be the First to Post Answer
What is dynamic memory allocation?
EXPLAIN #INCLUDE<STDIO.H> EXPLAIN #INCLUDE<CONIO.H>
How can I set an array's size at run time?
change to postfix a/(b+c*d-e)
how can f be used for both float and double arguments in printf? Are not they different types?
How will you allocate memory to a double pointer ?
What language is lisp written in?
for (i <= 5 && i >= -1;++i; i > 0) { printf("%d ", i); }
Difference between Function to pointer and pointer to function
what is the most appropriate way to write a multi-statement macro?
void main() { //char ch; unsigned char ch; clrscr(); for(ch =0;ch<= 127; ch++) printf(" %c= %d \t ", ch, ch); } output?
int *p=20; if u print like dis printf("%d",p); o\p:- 20; how is it possible? plz give me the explanation.