Can you define which header file to include at compile time?
No Answer is Posted For this Question
Be the First to Post Answer
can you change name of main()?how?
why array index always starts from zero??
Explain what is the advantage of a random access file?
How can we open a file in Binary mode and Text mode?what is the difference?
how many header file is in C language ?
44 Answers College School Exams Tests, CTS, IBM, IMS, Infosys, ME, Sign Solutions, Wipro, XVT,
What is the difference between near, far and huge pointers?
#include <stdio.h> int main() { int i; for (i=0;i<3;++i) { fork();fork(); } } How many processes are created when running this program (including the initial one)? Explain ؟؟؟
1)which of following operator can't be overloaded. a)== b)++ c)?! d)<=
A function can make the value of a variable available to another by a) declaring the variable as global variable b) Passing the variable as a parameter to the second function c) Either of the two methods in (A) and (B) d) binary stream
write a program to print calender using for loop.
what do the 'c' and 'v' in argc and argv stand for?
what is diference between return 0 and return NULL??