What is C language ?
No Answer is Posted For this Question
Be the First to Post Answer
What is array of pointers to string?
What is the output of below code? main() { static int a=5; printf("%3d",a--); if(a) main(); }
simple program of graphics and thier outpu display with a want what is out put of graohics in c language
write a C code to reverse a string using a recursive function, without swapping or using an extra memory.
9 Answers Motorola, TCS, Wipro,
What is a const pointer, and how does it differ from a pointer to a const?
How many types of arrays are there in c?
what is the difference between const volatile int i & volatile const int j;
Write a c program to sort six numbers and find the largest one by using the ladder of if-else? plz do help me
Describe advantages and disadvantages of the various stock sorting algorithms
what is a function method?give example?
int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;
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.