write c program to display output 10(10+20)+(10+20+30)+ ... n
term
No Answer is Posted For this Question
Be the First to Post Answer
which is the best site or book for learning C...and i need the content for C..how to get the good programming skills....? can plz suggest me....
to print the salary of an employee according to follwing calculation: Allowances:HRA-20% of BASIC,DA-45% of BASIC,TA-10%. Deductions:EPF-8% of BASIC,LIC-Rs.200/-Prof.Tax:Rs.200/- create c language program?
What does a function declared as pascal do differently?
Please write me a program to print the first 50 prime numbers (NOT between the range 1 -50)
How do you view the path?
how logic is used
How to receive strings with spaces in scanf()
regarding pointers concept
20. main() { int i=5; printf("%d%d%d%d%d%d",i++,i--,++i,--i,i); } Answer:??????
who developed c and why he developed c?
What is difference between arrays and pointers?
1. Can we use the for loop this way? for(;i>5;) 2. What is the use of pointers? 3. what is array of pointer? 4. What is the difference between file and database? 5. Define data structure?