WHAT IS HEADER?

Answer Posted / guest

top of the page

Is This Answer Correct ?    1 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

#define MAX(x,y) (x) >(y)?(x):(y) main() { inti=10,j=5,k=0; k= MAX(i++,++j); printf("%d..%d..%d",i,j,k); }

879


What is wrong with this initialization?

678


What is a sequential access file?

740


Create a simple code fragment that will swap the values of two variables num1 and num2.

930


What is the purpose of 'register' keyword in c language?

721






Does c have function or method?

688


What is a program?

776


What is the easiest sorting method to use?

720


Explain what is the benefit of using an enum rather than a #define constant?

833


By using C language input a date into it and if it is right?

683


Explain #pragma statements.

693


formula to convert 2500mmh2o into m3/hr

622


how can f be used for both float and double arguments in printf? Are not they different types?

711


What are volatile variables in c?

610


What are compound statements?

722