Answer Posted / nashiinformaticssolutions
The sizeof operator determines the size of a data type or variable in bytes.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What happens if header file is included twice?
List the difference between a 'copy constructor' and a 'assignment operator' in C?
What is the default value of local and global variables in c?
a number whose only prime factors are 2,3,5, and 7 is call humble number,,write a program to find and display the nth element in this sequence.. sample input : 2,3,4,11,12,13, and 100.. sample output : the 2nd humble number is 2,the 3rd humble number is 3,the 4th humble number is ,the 11th humble number is 12, the 12th humble number is 14, the 13th humble number is 15, the 100th humble number is 450.
What is the value of uninitialized variable in c?
How pointer is different from array?
What is a c token and types of c tokens?
What are types of functions?
What is the purpose of 'register' keyword in c language?
Explain what is a pragma?
When was c language developed?
why return type of main is not necessary in linux
number of times a digit is present in a number
What are the basic data types associated with c?
What is difference between union and structure in c?