Why do we use int main?
No Answer is Posted For this Question
Be the First to Post Answer
Is c call by value?
main() { int i=5; printf("%d%d%d%d",i++,i--,i); }
Is it possible to run using programming C for Java Application?
What is %d called in c?
write a Program to dispaly upto 100 prime numbers(without using Arrays,Pointer)
26 Answers ADITI, iFlex, Infosys, Oracle, TCS, Unicops, Wipro,
Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.
Describe the modifier in c?
Should I learn c before c++?
Explain what is a pragma?
What is double pointer in c?
what is function pointer?
where do we use volatile keyword?