Can the curly brackets { } be used to enclose a single line of code?
No Answer is Posted For this Question
Be the First to Post Answer
write a program to find out prime number using sieve case?
ratio,age,persentage
sir i wanted to know how we wap in c to add numbers without using arithmetic operator in which digits are entered by user?
Is there any book to know about Basics of C Language?
Write a program to display the no of bit difference between any 2 given numbers eg: Num1 will 12->1100 Num2 will 7->0111 the difference in bits are 2.
What is information technology.
What is meant by gets in c?
Why we not create function inside function.
Which of the following about automatic variables within a function is correct ? a.its type must be declared before using the variable b.they are local c.they are not initialised to zero d.they are global.
nic scientist exam
Write the program with at least two functions to solve the following problem. The members of the board of a small university are considering voting for a pay increase for their 5 faculty members. They are considering a pay increase of 8%. Write a program that will prompt for and accept the current salary for each of the faculty members, then calculate and display their individual pay increases. At the end of the program, print the total faculty payroll before and after the pay increase, and the total pay increase involved.
what is linkage error when it occurs in c program