To what value are pointers initialized?




1) NULL


2) Newly allocated memory


3) No action is taken by the compiler to initialize
pointers.

Answer Posted / deepanjali

no action is taken by complier to initialize pointers

Is This Answer Correct ?    21 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write the control statements in C language

622


In C, What is the #line used for?

990


What's the best way of making my program efficient?

597


What are the 5 elements of structure?

539


What do you mean by dynamic memory allocation in c?

624






What is pass by reference in c?

578


Describe the order of precedence with regards to operators in C.

615


What does 3 mean in texting?

584


What is formal argument?

620


What do you mean by a local block?

603


How do I use void main?

608


Can you explain what keyboard debouncing is, and where and why we us it? please give some examples

1622


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.

2621


How do you determine a file’s attributes?

576


What is the difference between test design and test case design?

1542