WHAT IS PRE POSSESSORS?

Answer Posted / billuyadav208

Pre possessors are the pre defined libraries which can loaded
befor main function ....

Is This Answer Correct ?    36 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the auto keyword good for?

631


i = 25;switch (i) {case 25: printf("The value is 25 ");case 30: printf("The value is 30 "); When the above statements are executed the output will be : a) The value is 25 b) The value is 30 c) The value is 25 The value is 30 d) none

650


What are reserved words with a programming language?

606


What is nested structure with example?

629


any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()

697






What is null pointer in c?

598


Explain what could possibly be the problem if a valid function name such as tolower() is being reported by the c compiler as undefined?

587


What are 'near' and 'far' pointers?

623


In c language can we compile a program without main() function?

584


What is variable declaration and definition in c?

505


how we can make 3d venturing graphics on outer interface

4016


define string ?

671


What is void main ()?

615


What is indirection?

656


write a C program:There is a mobile keypad with numbers 0-9 and alphabets on it. Take input 0f 7 keys and then form a word from the alphabets present on the keys.

14970