Magic square
No Answer is Posted For this Question
Be the First to Post Answer
What is a macro in c preprocessor?
Write a routine that prints out a 2-D array in spiral order!
What is the significance of scope resolution operator?
0 Answers Agilent, ZS Associates,
Do string constants represent numerical values?
why division operator not work in case of float constant?
What are global variables and how do you declare them?
what is the output of the following program? main() { int i=-1,j=-1,k=0,l=2,m; m=i++&&j++&&k++||l++; printf("%d %d %d %d %d",i,j,k,l,m); }
What is true about the following C Functions a.Need not return any value b.Should always return an integer c.Should always return a float d.Should always return more than one value.
for(i=0;i=printf("Hello");i++); printf("Hello"); how many times how will be printed?????????
Create a simple code fragment that will swap the values of two variables num1 and num2.
how to find the binary of a number?
How to compare array with pointer in c?