What are the advantages of external class?
No Answer is Posted For this Question
Be the First to Post Answer
write a program to print infinte number
What are the key features in c programming language?
the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above
write a program to find the sum of the array elements in c language?
24 Answers ICT, Infosys, Wipro,
show how link list can be used to repersent the following polynomial i) 5x+2
What is the purpose of main( ) in c language?
Why is c known as a mother language?
How do we make a global variable accessible across files? Explain the extern keyword?
#include<stdio.h> void main() { int a,b,c; a=b=c=1; c=++a || ++b && ++c; printf("%d\t%d\t%d",a,b,c); }
Write a C program to multiply tho numbers without using arithmetic operator (+, -, *, /).
How can I avoid the abort, retry, fail messages?
question-how to run a c programme.