Why c language?
No Answer is Posted For this Question
Be the First to Post Answer
What are valid signatures for the Main function?
What are logical errors and how does it differ from syntax errors?
Place the #include statement must be written in the program?
What is external variable in c?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it
5 Answers ABS, Accenture, HCL, Infosys, Infotech, SoftSolve, Software India, TCS, Vertex, Vimukti Technologies,
What should be keep precautions while using the recursion method?
What is ctrl c called?
What will be the output of following program #include main() { int x,y = 10; x = y * NULL; printf("%d",x); }
Explain the difference between getch() and getche() in c?
What is use of pointer?
If null and 0 are equivalent as null pointer constants, which should I use?
How do you prevent buffer overflows in C?