What is the difference between class and object in c?
No Answer is Posted For this Question
Be the First to Post Answer
How can I do peek and poke in c?
Write a program to print factorial of given number without using recursion?
What is the difference between #include <header file> and #include “header file”?
Are the variables argc and argv are always local to main?
If the static variable is declared as global, will it be same as extern?
write a program for size of a data type without using sizeof() operator?
22 Answers HCL, IBM,
find the sum of two matrices and WAP for it.
What is a macro?
what will be the output of this program? void main() { int a[]={5,10,15}; int i=0,num; num=a[++i] + ++i +(++i); printf("%d",num); }
What are operators in c?
What is the full form of getch?
Explain the properties of union.