how to make program without <> in libray.
No Answer is Posted For this Question
Be the First to Post Answer
Can we compile a program without main() function?
What type of function is main ()?
What is the heap in c?
What is context in c?
What is the condition that is applied with ?: Operator?
write a program that will open the file, count the number of occurences of each word in the the complete works of shakespeare. You will then tabulate this information in another file.
Which is an example of a structural homology?
What is the output of the below program and how it is? void main() { static int var=5; printf("%d",var--); if(var) main(); }
8 Answers MindFire, TCS, Tech Mahindra,
Write a C program to find the smallest of three integers, without using any of the comparision operators.
Is it possible to create recycle bin in mobiles?
What is header file in c?
Explain what is the benefit of using #define to declare a constant?