How does #define work?
No Answer is Posted For this Question
Be the First to Post Answer
what do u mean by Direct access files? then can u explain about Direct Access Files?
How can I allocate arrays or structures bigger than 64K?
i have a written test in tomorrow
the real constant in c can be expressed in which of the following forms a) fractional form only b) exponential form only c) ascii form only d) both a and b
What is main () in c?
What is a lvalue
A collection of data with a given structure for excepting storing and providing on demand data for multiple users a) linked list b) datastructer c) database d) preprocessor
Heyyy All, Just a challenge . A C program with if Else if(){ /// insert sumthing print ("in if") // insert sumting } else { ///// insert sumthing print ("in else"); //// insert sumthing } can anyone modify it so that program prints. if and else both
What is extern keyword in c?
What is indirect recursion? give an example?
void main() { int i=5; printf("%d",i++ + ++i); }
How do you write a program which produces its own source code as its output?