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 does volatile do?
Why we use break in c?
write a program to insert an element at the specified position in the given array in c language
Write a program that takes a 5 digit number and calculates 2 power that number and prints it
5 Answers ABS, Accenture, HCL, Infosys, Infotech, SoftSolve, Software India, TCS, Vertex, Vimukti Technologies,
Write a program for the following series? 1 121 12321 1234321 123454321 12345654321 1234567654321 123456787654321 12345678987654321 1234567890987654321 123456789010987654321 12345678901210987654321 1234567890123210987654321 .........1234321............ ..........123454321............ ..........12345654321............ 7 8 9 0 1 Pls............?
What is uint8 in c?
main() { int a=5; printf(?%d,%d,%d\n?,a,a< <2,a>>2); } Answer: 5,20,1 please explain this code in detail
Write a C program to find the smallest of three integers, without using any of the comparision operators.
When would you use a pointer to a function?
write a program to display the frequency of each element in a given array in c language
1.)how to find d most repeated word in a string? string ="how do you do"?? output should be do
1 Answers AAS, Nagarro, Vuram,
Explain the use of 'auto' keyword in c programming?