Explain 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
What is the difference between a string and an array?
Difference Between embedded software and soft ware?
How are strings stored in c?
Write a program to print a (*)pattern programming (A to Z) in capital in one programming ?
Do you know what are the properties of union in c?
If an old women's age is the same as her three grand daughters i,mean the number of days old child=the no of weeks old child=no of months old child .The total yrs of all these ppl is 114 yrs...then how old is the old woman? the yr has 365 days..and 30 days each month.
can we change the default calling convention in c if yes than how.........?
print ur name without using any semicolon in c/c++....
21 Answers Bosch, TCS, Wipro,
What is structure pointer in c?
What is c language & why it is used?
Is there sort function in c?
15.what is the disadvantage of using macros? 16.what is the self-referential structure? 17.can a union be self-referenced? 18.What is a pointer? 19.What is the Lvalue and Rvalue? 20.what is the difference between these initializations? 21.Char a[]=”string”; 22.Char *p=”literal”; 23.Does *p++ increment p, or what it points to?