Post New Answer View All Answers
Can a file other than a .h file be included with #include?
What will the code below print when it is executed? int x = 3, y = 4; if (x = 4) y = 5; else y = 2; printf ("x=%d, y=%d ",x,y);
What are structures and unions? State differencves between them.
What is the process to create increment and decrement stamen in c?
What is difference between union All statement and Union?
Why c is procedure oriented?
Why is c so powerful?
What is the meaning of && in c?
write a c program for swapping two strings using pointer
What is structure in c explain with example?
How do you determine a file’s attributes?
Differentiate call by value and call by reference?
What is sizeof int?
write a proram to reverse the string using switch case?
write a c program in such a way that if we enter the today date the output should be next day's date.