What does the format %10.2 mean when included in a printf statement?
What is the use of structure padding in c?
Determine the result of performing two successive block transfers into the same area of a frame buffer using the binary arith operations
Here is a neat trick for checking whether two strings are equal
4) Write a program that takes a 5 digit number and calculates 2 power that number and prints it. i have done maximum par but i m findind problem in the commented area. please help...
Explain the use of 'auto' keyword
what is the difference between const volatile int i & volatile const int j;
What happens if header file is included twice?
an expression contains relational operators, assignment operators, and arithmatic operstors. In the absence of parentheses, they will be evaluated in which of the following order a) assignment, relational, arithematic b) arithematic, relational, assignment c) relational, arithematic, assignment d) assignment, arithematic, relational
How can I return multiple values from a function?
What is string in c language?
Why do we use namespace feature?
What is wrong with this code?