How do you initialize pointer variables?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

for example user gives input as " 20 or 20.0 or rs 20.0 or 20.00 or rs20 and so .. on " and the output should be stored as " rs.20.00 " in a variable

2 Answers  


Why c language is called c?

0 Answers  


what is the difference between i++ and ++i?

5 Answers  


different between overloading and overriding

3 Answers  


How to print "Hi World" without using semi colon?

6 Answers   Infosys,






Why do we use null pointer?

0 Answers  


ratio,age,persentage

0 Answers  


hOW Can I add character in to pointer array of characters char *a="indian"; ie I want to add google after indian in the char *a

1 Answers  


what is the difference between #include<stdio.h> and #include "stdio.h" ?

3 Answers  


can we declare a function inside the structure? ex: struct book { int pages; float price; int library(int,float); }b; is the above declaration correct? as it has function declaration?

2 Answers  


When can a far pointer be used?

0 Answers  


What is scope of variable in c?

0 Answers  


Categories