How is a null pointer different from a dangling pointer?
No Answer is Posted For this Question
Be the First to Post Answer
write a progrmm in c language take user interface generate table using for loop?
what is a void pointer?
Explain how do you declare an array that will hold more than 64kb of data?
write a 'c' program to sum the number of integer values
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 the c source code for the below output? 5555555555 4444 4444 333 333 22 22 1 1 22 22 333 333 4444 4444 5555555555
What is this pointer in c plus plus?
What are the parts of c program?
can we initialize all the members of union?
Differentiate between ordinary variable and pointer in c.
what is the difference b/w compiler and debugger?
Finding first/last occurrence of a character in a string without using strchr( ) /strrchr( ) function.