how to find the size of the data type like int,float
without using the sizeof operator?
Answer Posted / gururaj
Vishnu,
How can char * hold address of float????
| Is This Answer Correct ? | 3 Yes | 7 No |
Post New Answer View All Answers
Why is main function so important?
Define VARIABLE?
PLS U SENS ME INTERVIEW O. MY EMAIL ADD, SOFIYA.SINGH@GMAIL.COM
what are # pragma staments?
What is modifier & how many types of modifiers available in c?
What is printf () in c?
if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0
What are formal parameters?
How do you convert strings to numbers in C?
What is array within structure?
Write a C program to count the number of email on text
Explain what are bus errors, memory faults, and core dumps?
A collection of data with a given structure for excepting storing and providing on demand data for multiple users a) linked list b) datastructer c) database d) preprocessor
I just typed in this program, and it is acting strangely. Can you see anything wrong with it?
What is the difference between a string and an array?