Magic square
No Answer is Posted For this Question
Be the First to Post Answer
What are the storage classes in C?
The variables are int sum=10,SuM=20; these are same or different?
int j =15,i; for (i=1; 1<5; ++i) {printf ("%d%d ",j,i); j = j-3; }
How can type-insensitive macros be created?
Can variables be declared anywhere in c?
Explain what is the difference between far and near ?
what is the advantage of software development
what is the output for this question: main() { int i=1; printf("%d%d%d",i,i++,++i); }
What is the best way to store flag values in a program?
What is a substring in c?
Write a program to add a given duration with time(24hrs format)
What are comments and how do you insert it in a C program?