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 |
what are the static variables
8 Answers HCL, iFlex, TCS, Wipro,
i am using gsm modem ! I USE CMGL COMMAND TO DISPLAY THE LIST OF MESSAGES ! I WANT TO READ EACH MESSAGE ONE BY ONE AND GET EACH MESSAGE INDEX USING C PROGRAM ! THE RESPONSE OF THE MODULE AFTER AT+CMGL IS ---CMGL: 1,"REC READ","+85291234567",,"07/05/01,08:00:15+32",145,37 It is easy to list SMS text messages.---- I WANT THE PROGRAM TO GET THE NUMBER "37"{MESSAGE LENGTH} AS WELL AS "1"(MESSAGE INDEX NUMBER" PLEASE HELP
Write a code on reverse string and its complexity.
How to convert a binary number to Hexa decimal number?? (Note:Do not convert it into binary and to Hexadecimal)
How can I allocate arrays or structures bigger than 64K?
what is the height of tree if leaf node is at level 3. please explain
1.int a=10; 2.int b=20; 3. //write here 4.b=30; Write code at line 3 so that when the value of b is changed variable a should automatically change with same value as b. 5.
program to print circle structure
What is data type long in c?
What is the maximum no. of arguments that can be given in a command line in C.?
Why does notstrcat(string, "!");Work?
How can I change their mode to binary?