What does the format %10.2 mean when included in a printf statement?
No Answer is Posted For this Question
Be the First to Post Answer
Differentiate call by value and call by reference?
What do you mean by recursion in c?
wap in c to accept a number display the total count of digit
What is bubble sort in c?
how can i get output like this? 1 2 3 4 5 6
can u suggest me am in a confusion to choose whether to go to c programming or a software testing . am a graduate in B.sc(electronics).
What compilation do?
7 Answers Geometric Software, Infosys,
What is a header file?
please give me answer with details #include<stdio.h> main() { int i=1; i=(++i)*(++i)*(++i); printf("%d",i); getch(); }
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
how the compiler treats any volatile variable?Explain with example.
What is function prototype in c with example?