Where does the name "C" come from, anyway?
No Answer is Posted For this Question
Be the First to Post Answer
write a program in c to find out the sum of digits of a number.but here is a condition that compiler sums the value from left to right....not right to left..
hi, which software companys will take,if d candidate's % is jst 55%?
write a program that finds the factorial of a number using recursion?
What is the difference between scanf and fscanf?
C program to find all possible outcomes of a dice?
What is a macro, and explain how do you use it?
What is meaning of tree
Why is struct padding needed?
What is structure pointer in c?
find a number whether it is even or odd without using any control structures and relational operators?
22 Answers Microsoft, Shashank Private Limited,
What is Conio.h ?
#include<stdio.h> #include<conio.h> void main() { float a; clrscr(); a=0.5; if(a==0.5) printf("yes"); else printf("no"); getch(); }