What is the difference between text and binary i/o?
Define function ?Explain about arguments?
2 Answers Geometric Software, Infosys,
When should a type cast not be used?
Explain the meaning of keyword 'extern' in a function declaration.
What is meant by global static? why we have to use static variable instead of Global variable
what is mallloc()?how it works?
Explain what are the advantages and disadvantages of a heap?
Explain the use of keyword 'register' with respect to variables.
What is #include called?
the portion of a computer program within which the definition of the variable remains unchanged a) mode b) module c) scope d) none
char S; char S[6]= " HELLO"; printf("%s ",S[6]); output of the above program ? (0, ASCII 0, I,unpredictable)
can we print any string in c language without using semicolon(;)(terminator) in whole program.
to find the closest pair