why we use pointer in c

Answer Posted / srinivash

to store the address of a variable which s effective in
fuction calling by call by reference r call by address method

Is This Answer Correct ?    14 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

write a program to concatenation the string using switch case?

1842


What is fflush() function?

906


What is structure padding in c?

865


Can we declare function inside main?

791


please give me some tips for the placement in the TCS.

1876


Is c call by value?

835


write a program that reads lines(using getline), converts each line to an integer using atoi, and computes the average of all the numbers read. also compute the standard deviation.

2260


What are enums in c?

876


Differentiate between a for loop and a while loop? What are it uses?

955


Explain what is wrong in this statement?

879


which of the following statement is wrong a) mes=123.56; b) con='T'*'A'; c) this='T'*20; d) 3+a=b;

2905


in iso what are the common technological language?

1888


What are the advantages of using macro in c language?

849


When we use void main and int main?

836


Create a registration form application by taking the details like username, address, phone number, email with password and confirm password (should be same as password).Ensure that the password is of 8 characters with only numbers and alphabets. Take such details for 3 users and display the details. While taking input password must appear as “****”.

2966