Why doesnt this code work?
No Answer is Posted For this Question
Be the First to Post Answer
what does data structure mean?
Find the O/p of the following struct node { char *name; int num; }; int main() { struct node s1={"Harry",1331}; struct node s2=s1; if(s1==s2) printf("Same"); else printf("Diff"); }
Why do we need functions in c?
WHAT IS C?
Explain what is a const pointer?
How can I find out if there are characters available for reading?
Subtract Two Number Without Using Subtraction Operator
What is adt in c programming?
what is the output of the following program? #include<stdio.h> void main() { float x=1.1; while(x==1.1) { printf("\n%f",x); x=x-0.1; } }
for (i <= 5 && i >= -1;++i; i > 0) { printf("%d ", i); }
write a program for odd numbers?
Write a program that an operator and two operands read from input operand operator on the implementation and results display.