Answer Posted / chirag garg
printf("% \bd");
| Is This Answer Correct ? | 2 Yes | 12 No |
Post New Answer View All Answers
Is malloc memset faster than calloc?
Why c is known as a mother language?
Explain the properties of union. What is the size of a union variable
How can I determine whether a machines byte order is big-endian or little-endian?
What is the difference between array and pointer?
What is the deal on sprintf_s return value?
What are control structures? What are the different types?
What is c standard library?
What is the difference between malloc() and calloc()?
What is external variable in c?
Write a program to compute the similarity between two strings - The program should get the two strings as input - Then it will output one single number which is the percentage of similarity between the two strings
What is function prototype in c language?
differentiate built-in functions and user – defined functions.
What is the difference between c and python?
What are structure members?