main()
{
float a=3.2e40;
printf("%d",a);
}

Answer Posted / rajendra chouhan

0

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is declaration and definition in c?

521


Explain the use of 'auto' keyword in c programming?

677


C language questions for civil engineering

1235


HOW TO SOLVE A NUMERICAL OF LRU IN OS ??????

2263


program to convert a integer to string in c language'

1980






What does sizeof function do?

608


List out few of the applications that make use of Multilinked Structures?

1284


What is function what are the types of function?

553


c language supports bitwise operations, why a) 'c' language is system oriented b) 'c' language is problem oriented c) 'c' language is middle level language d) all the above

608


How many loops are there in c?

572


what is bit rate & baud rate? plz give wave forms

1512


What is include directive in c?

638


Is it better to use malloc() or calloc()?

645


What are the 5 data types?

596


Write a program to reverse a string.

631