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
Why c is faster than c++?
An array name contains base address of the array. Can we change the base address of the array?
Why is the code below functioning. According to me it MUST NOT.
What is openmp in c?
if ENTERED FIVE DIGITS DESIGN A PROGRAM THAT WILL FIND CORRESPONDING VALUE FROM ASCII TABLE
What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?
Can U write a C-program to print the size of a data type without using the sizeof() operator? Explain how it works inside ?
What is the difference between scanf and fscanf?
In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?
Explain what are preprocessor directives?
how can i get the string which is having two spaces at the end.suppose the string is "Hello World ".Now at the end i have two spaces.i need to print with that spaces .
how write a addtion of two single dimensional array using of pointer in c language?