What is %g in c?
No Answer is Posted For this Question
Be the First to Post Answer
Differentiate b/w Modify and Update commands giving example.
what does the following function print? func(int i) { if(i%2)return 0; eale return 1; } main() { int =3; i=func(i); i=func(i); printf("%d",i);}
diff .between strcture and union
what are bps & baud rates? differentiate these two?
can a union be self-referenced?
What are the 5 types of organizational structures?
What is Generic pointer? What is the purpose of Generic pointer? Where it is used?
find out largest elemant of diagonalmatrix
What are the output(s) for the following ? #include char *f() {char *s=malloc(8); strcpy(s,"goodbye")} main() { char *f(); printf("%c",*f()='A'); }
Which one to choose from 'initialization lists' or 'assignment', for the use in the constructor?
What are lookup tables in c?
List the difference between a "copy constructor" and a "assignment operator"?