How are variables declared in c?
No Answer is Posted For this Question
Be the First to Post Answer
how do you execute a c program in unix.
1.write a program to merge the arrays 2.write efficient code for extracting unique elements from a sorted list of array?
write a program to display all prime numbers
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?
which will be first in c compiling ,linking or compiling ,debugging.
I need previous papers of CSC.......plz help out by posting them.......
Explain can static variables be declared in a header file?
please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code
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 do you mean by defining a variable in our c code?
What is a good data structure to use for storing lines of text?
What does the function toupper() do?