What is time null in c?
No Answer is Posted For this Question
Be the First to Post Answer
main() { int a[10]; printf("%d",*a+1-*a+3); }
1,1,5,17,61,217,?,?.
Explain enumerated types in c language?
What will be the outcome of the following conditional statement if the value of variable s is 10?
How variables are declared in c?
main() { int i; printf("%d",i^i); }
What are the back slash character constants or escape sequence charactersavailable in c?
what is difference between ANSI structure and C99 Structure?
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 1d array in c?
Can you return null in c?
a c code by using memory allocation for add ,multiply of sprase matrixes