What are structures and unions? State differencves between them.
No Answer is Posted For this Question
Be the First to Post Answer
What are the different types of control structures in programming?
main() {char a[10]={1,2,3,4,5,6};int x; for(x=0;x<4;x++){ b[x]=x+'a';} printf("%s",b);}
Is it fine to write void main () or main () in c?
What is an lvalue and an rvalue?
What is structure in c explain with example?
What is the difference between printf and scanf )?
How can I display a percentage-done indication that updates itself in place, or show one of those twirling baton progress indicators?
Are negative numbers true in c?
What is oops c?
Discuss the function of conditional operator, size of operator and comma operator with examples.
What is a pointer?
If fflush wont work, what can I use to flush input?