Explain what is wrong with this program statement?
No Answer is Posted For this Question
Be the First to Post Answer
write a c program to find the roots of a quadratic equation ax2 + bx + c = 0
11 Answers CSC, St Marys, TATA,
a simple c program using 'for' loop to display the output 5 4 3 2 1
What is a good data structure to use for storing lines of text?
Why is c called c?
who will call your main function in c under linux?
How do you write a program which produces its own source code as output?
what is the output of the program?? #include<stdio.h> main ( ) { int a=010,sum=0,tracker: for(tracker=0;tracker<=a;tracker++) sum+=tracker; printf(ā %d\nā,sum); } what is the difference between a=10 and a=010??
main() { int a=0; if(a=0) printf("Ramco Systems\n"); printf("India\n"); } output?
will u please send me the placement papers to my mail???????????????????
Differentiate between the expression “++a” and “a++”?
What is the difference between local variable and global variable in c?
what is computer