Answer Posted / nashiinformaticssolutions
• Use bounds checking while working with arrays.
• Use safer functions like snprintf() instead of sprintf().
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain bitwise shift operators?
What is sizeof array?
‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to secure the data comment. Give suitable examples of each with sql command.
Define the scope of static variables.
Where are the auto variables stored?
`write a program to display the recomended action depends on a color of trafic light using nested if statments
What type is sizeof?
What is action and transformation in spark?
How many levels of pointers have?
What is the difference between declaring a variable and defining a variable?
What are the different types of linkage exist in c?
What are the types of pointers?
Explain how can I right-justify a string?
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 is null pointer in c?