Why is c not oop?
No Answer is Posted For this Question
Be the First to Post Answer
what is differnence b/w macro & functions
Write a program to reverse a given number in c language?
Write one statement equalent to the following two statements x=sqr(a); return(x); Choose from one of the alternatives a.return(sqr(a)); b.printf("sqr(a)"); c.return(a*a*a); d.printf("%d",sqr(a));
There are 8 billiard balls, and one of them is slightly heavier, but the only way to tell was by putting it on a weighing scale against another. What's the fewest number of times you'd have to use the scale to find the heavier ball?
If an old women's age is the same as her three grand daughters i,mean the number of days old child=the no of weeks old child=no of months old child .The total yrs of all these ppl is 114 yrs...then how old is the old woman? the yr has 365 days..and 30 days each month.
what is the code to display color fonts in the output?
What is the difference between text and binary i/o?
f(x,y,z) { y = y+1; z = z+x; } main() { int a,b; a = 2 b = 2; f(a+b,a,a); print a; } what is the value of 'a' printed
Develop a flow chart and write a c program to find the roots of a quadratic equation ax2+bx+c=0 using switch and break statement.
write a c program that prints all multiples of 3between 1 and 50.
what is the c source code for the below output? 1 0 1 1 0 1 0 1 0 1 1 0 1 0 1
Do string constants represent numerical values?