What is the sizeof () operator?
No Answer is Posted For this Question
Be the First to Post Answer
How important is structure in life?
What does do in c?
What is the purpose of void in c?
Reverse the part of the number which is present from position i to j. Print the new number. eg: num=789876 i=2 j=5 778986
general for is %wd,f-d; in this system "w" means a) 'w' represent total width of digits b) 'w' represent width which includes the digits before,after decimal place and the decimal point c) 'w' represent width which includes the digits before only d) 'w' represent width after decimal place only
write a c program to store and print name,address,roll.no of a student using structures?
what is the difference between const volatile int i & volatile const int j;
What is the right type to use for boolean values in c? Is there a standard type? Should I use #defines or enums for the true and false values?
what is default constructor?
related to rdbms query .
Is it possible to initialize a variable at the time it was declared?
How the c program is executed?