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


Please Help Members By Posting Answers For Below Questions

Are local variables initialized to zero by default in c?

746


What is the most efficient way to store flag values?

889


What would the following code segment printint k = 8;docout << "k = " << k << " ";while k++ < 5; a) 13 b) 5 c) 8 d) pointers

944


What is 'bus error'?

854


Write a program to check palindrome number in c programming?

773


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

869


Explain which of the following operators is incorrect and why? ( >=, <=, <>, ==)

782


What are runtime error?

835


Explain how can you avoid including a header more than once?

809


What is the benefit of using const for declaring constants?

794


What are file streams?

765


What is the difference between int main and void main?

775


What is the difference between declaring a variable and defining a variable?

931


Why is not a pointer null after calling free?

771


Explain what are the different file extensions involved when programming in c?

836