Explain what does the format %10.2 mean when included in a printf statement?
What do you know about the use of bit field?
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 does the c preprocessor do?
Why c language is called c?
What is the use of pragma in embedded c?
Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me
write a C program: To search a file any word which starts with ?a?. If the word following this ?a? starts with a vowel.Then replace this ?a? with ?a? with ?an?. redirect with the output onto an output file.The source file and destination file are specified by the user int the command line.
Which is the best sort method for library management?
What are enums in c?
Can the curly brackets { } be used to enclose a single line of code?
what is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?
What is meant by type casting?