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 |
Why functions are used in c?
What should malloc() do?
how to convert an char array to decimal array
What is default value of global variable in c?
Explain what are linked list?
Why does everyone say not to use scanf? What should I use instead?
Program to find the sum of digits of a given number until the sum becomes a single digit. (e.g. 12345=>1+2+3+4+5=15=>1+5=6)
what is the value of b if a=5; b=++a + ++a
31 Answers Infosys, TCS, Tech Mahindra,
Define Spanning-Tree Protocol (STP)
What is line in c preprocessor?
In the following control structure which is faster? 1.Switch 2.If-else and which consumes more memory?
Tell us the difference between these two : #include"stdio.h" #include<stdio.h> define in detial.