What is the use of the sizeof operator?
Answers were Sorted based on User's Feedback
Answer / nashiinformaticssolutions
The sizeof operator determines the size of a data type or variable in bytes.
| Is This Answer Correct ? | 0 Yes | 0 No |
The sizeof operator determines the size of a data type or variable in bytes.
| Is This Answer Correct ? | 0 Yes | 0 No |
difference between c and c++?
What is volatile variable in c?
matrix multiplication fails introspect the causes for its failure and write down the possible reasons for its failurein c language.
Is linux written in c?
What are the complete rules for header file searching?
write a prgram of swapping with 2 valiables
what is difference between array and structure?
44 Answers College School Exams Tests, CTS, Google, HCL, IBM, Motorola, TCS,
Which control loop is recommended if you have to execute set of statements for fixed number of times?
How to write a code for random pick from 1-1000 numbers? The output should contain the 10 numbers from the range 1-1000 which should pick randomly, ie ,for each time we run the code we should get different outputs.
What is the purpose of void pointer?
What does do in c?
Explain what is #line used for?