int x=sizeof(!5.856);
What will value of variable x?

Answer Posted / kuldeep

the value of x is 2

Is This Answer Correct ?    18 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the 'named constructor idiom'?

634


What is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?

619


Is c object oriented?

534


write a program to find the given number is prime or not

3827


What are different storage class specifiers in c?

611






WRITE A CODE IN C TO SEARCH A FILE FROM NOTEPAD FILE.

2017


Why doesnt long int work?

606


What are the advantages and disadvantages of c language?

554


How to explain the final year project as a fresher please answer with sample project

463


2) Write a program that will help Air Traffic Control for an airport to view the sequence of flights ready for take-off. The airport can accommodate 10 flights waiting for take-off at any point in time. Each flight has a unique 3 digit numeric identifier.  Each time a flight takes-off, Air Traffic Control adds a flight to the waitlist. Each time a flight is added to the waitlist, the list of flights waiting to take-off must be displayed.  When a flight is cleared for take-off, Air Traffic Control removes the flight from the waitlist. Each time a flight takes-off, the list of flights waiting to take-off must be displayed.  Sequence of take-off is the sequence of addition to the waitlist

2511


5 Write an Algorithm to find the maximum and minimum items in a set of ā€˜nā€™ element.

1576


Explain how do you generate random numbers in c?

614


What is line in c preprocessor?

608


Is void a keyword in c?

570


What is clrscr in c?

666