What is keyword in c?
No Answer is Posted For this Question
Be the First to Post Answer
Why is c so popular?
What is the difference between typedef and #define?
What is difference between function overloading and operator overloading?
we all know about the function overloading concept used in C++ and we all learnt abt that.... but that concept is already came in C in a very smaller propotion ... my question is IN WHICH CONCEPT THERE IS A USE OF FUNCTION OVERLOADING IS USED in C language?????????????
what's the return value of malloc()
Discuss similarities and differences of Multiprogramming OS and multiprocessing OS?
Convert a distance from miles to kilometers .there are 5280 feets per mile,12 inches per foot .2.54 centimeters per inch and 100000centimeters per kilometer
#include<stdio.h> #include<conio.h> void main() { float a; clrscr(); a=0.5; if(a==0.5) printf("yes"); else printf("no"); getch(); }
What is modifier & how many types of modifiers available in c?
write a program for odd numbers?
Write a program to use switch statement.
0 Answers Agilent, Integreon, ZS Associates,
Distinguish between actual and formal arguments.