What is || operator and how does it function in a program?
No Answer is Posted For this Question
Be the First to Post Answer
Illustrate it summing the series 2+4+6+......to n terms using (i) while loop (ii) do-while loop
Dont ansi function prototypes render lint obsolete?
why we are using semicolon at the end of printh statment
#define d 10+10 main() { printf("%d",d*d); }
. A database table called PERSON contains the fields NAME, BASIC and HRA. Write a computer program to print a report which employee name and total salary for those employees whose total salary is more than 10,000. Total Salary = BASIC + HRA. At the end, the program should also print the total number of employees whose total salary is more than 10,000.
how to create c progarm without void main()?
write a program to fined second smallest and largest element in a given series of elements (without sorting)
What is function in c with example?
simple program of graphics and thier outpu display with a want what is out put of graohics in c language
What do you mean by c?
Explain how do you view the path?
Why main is used in c?