how would a 4*3 array A[4][3] stored in Row Major Order?
can we declare a function inside the structure? ex: struct book { int pages; float price; int library(int,float); }b; is the above declaration correct? as it has function declaration?
write a program that uses point of sale system. which are mainly used by retail markets, where the is a database inventory list, a slip should be printed for the customer. manage should be able to access what has been sold and what is left from stock?
Why is sizeof () an operator and not a function?
helllo sir , what is the main use of the pointer ,array ,and the structure with the example of a programe
What are the general description for loop statement and available loop types in c?
Is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
#ifdef TRUE int I=0; #endif main() { int j=0; printf("%d %d\n",i,j); }
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 10 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 are the functions to open and close the file in c language?
What is sizeof return in c?
Is c procedural or object oriented?
What is structure padding in c?