What is c mainly used for?
No Answer is Posted For this Question
Be the First to Post Answer
What is const volatile variable in c?
What is the equivalent code of the following statement in WHILE LOOP format?
if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0
what is the output of following question? void main() { int i=0,a[3]; a[i]=i++; printf("%d",a[i] }
i want to know aptitude questions,technical questions
what is the difference b/w NULL and null?
Explain how are portions of a program disabled in demo versions?
How do we swap or interchange any 2 numbers without using Temporary variable...Anybody can pls answer it.. Thanks in Advance
Why should I prototype a function?
How to calculate sum
how many times does the loop iterated ? for (i=0;i=10;i+=2) printf("Hi\n");
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.