Explain why C language is procedural?
No Answer is Posted For this Question
Be the First to Post Answer
What are the benefits of organizational structure?
What should be keep precautions while using the recursion method?
What is Function Pointer? Explain with example?
main() { int i; for(i=0;i<5;i++) printf("%d",1l<<i); } why doesn't 'l' affect the code??????
What is the Difference between Macro and ordinary definition?
3 Answers Bosch, Cognizant, College School Exams Tests, Motorola,
What is the difference between abs() and fabs() functions?
Is there something we can do in C but not in C++? Declare variable names that are keywords in C++ but not C.
What is the difference between functions getch() and getche()?
what is the output for the code : main() { int i,j; printf("%d %d ",scanf("%d%d",&i,&j)); }
What is the use of bitwise operator?
Can you please explain the difference between exit() and _exit() function?
Is there a way to compare two structure variables?