What is the equivalent code of the following statement in WHILE LOOP format?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program in "C" to calculate the root of a quadratic equation ax^2+bx+c=0, where the value of a,b & c are known.
#include<conio.h> #include<stdio.h> void main() { int i; if(1,0,2,3) { printf("if"); } else { printf("else"); } getch(); } Can any body tell the answer of this question with explanation?
how to implement stack work as a queue?
What is Function Pointer? Explain with example?
Is c easy to learn?
Why we use break in c?
write a method for an array in which it can display the largest n next largest value.
the output will be #include<stdio.h> int main () { int i; i = 9/2; printf("%i",i); return 0; }
the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters
What should malloc(0) do? Return a null pointer or a pointer to 0 bytes?
#include<stdio.h> int main() { int i=0,j=1,k=2,m,n=0; m=i++&&j++&&k++||n++; printf("%d,%d,%d,%d,%d",i,j,k,m,n); }
12 Answers Capital IQ, Sasken,
what are the stoge class in C and tel the scope and life time of it?