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
Are local variables initialized to zero by default in c?
What is the most efficient way to store flag values?
What would the following code segment printint k = 8;docout << "k = " << k << " ";while k++ < 5; a) 13 b) 5 c) 8 d) pointers
What is 'bus error'?
Write a program to check palindrome number in c programming?
count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array
Explain which of the following operators is incorrect and why? ( >=, <=, <>, ==)
What are runtime error?
Explain how can you avoid including a header more than once?
What is the benefit of using const for declaring constants?
What are file streams?
What is the difference between int main and void main?
What is the difference between declaring a variable and defining a variable?
Why is not a pointer null after calling free?
Explain what are the different file extensions involved when programming in c?