afzal khan


{ City } bhopal
< Country > india
* Profession * mca
User No # 86720
Total Questions Posted # 0
Total Answers Posted # 2

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 1
Users Marked my Answers as Wrong # 0
Questions / { afzal khan }
Questions Answers Category Views Company eMail




Answers / { afzal khan }

Question { State Bank Of India SBI, 63240 }

give ur introduction?


Answer

My NAME IS MD.AFZAL KHAN. S/O MD AFROZ KHAN HE IS POLISH
OFFICER. I BELONG TO HASPURA AURANGABAD BIHAR.AND I AM
PARSOING IN MCA IN ORIENTAL INSTITUTE OF SCIENCE TECHNOLOGY IN
BHOPAL.AND MY HOBBY IS LISTNING MUSIC AND WATCHING
MOVIE,PLAYING CRICKET,TRAVLLING.

Is This Answer Correct ?    0 Yes 0 No

Question { ProKarma, 10443 }

WHAT IS HEADER?


Answer

Include directory is special directory which content all the
header files of c language. Extension of header files in c
language is header. All header files only keep declaration of
functions, declaration of data type and micro constants. Body
of function i.e. function definition is not written in the
header files. Hence no one can get source code of function
like printf, clrscr etc. All the function declaration in
header file is extern. Since visibility of extern data type is
whole the program. and other file can also access such
function. Body of function of header file is supplied at the
time of linking in header file.

Is This Answer Correct ?    1 Yes 0 No