Why #include is used in c language?
No Answer is Posted For this Question
Be the First to Post Answer
What are the uses of a pointer?
In a header file whether functions are declared or defined?
5) Write a program that takes a 3 digit number n and finds out whether the number 2^n + 1 is prime, or if it is not prime find out its factors.without using big int and exponential function
main() { int i=0; while(+(+i--)!=0) i-=i++; printf(i); }
program to find middle element of linklist?
Was 2000 a leap year?
What is main () in c?
which one is not preprocessor directive a)#if b)#elif c)#undef d)#pragma
16 Answers Accenture, Infosys, TCS, Wipro,
what is the difference b/w NULL and null?
What is meant by operator precedence?
What is difference between union All statement and Union?
c language supports bitwise operations, why a) 'c' language is system oriented b) 'c' language is problem oriented c) 'c' language is middle level language d) all the above