What is this pointer in c plus plus?


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

Post New Answer

More C Interview Questions

What is c mainly used for?

0 Answers  


if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0

0 Answers  


What is difference between scanf and gets?

0 Answers  


The postoder traversal is 7,14,3,55,22,5,17 Then ur Inorder traversal is??? please help me on this

1 Answers  


struct ptr { int a; char b; int *p; }abc; what is d sizeof structure without using "sizeof" operator??

9 Answers   Verifone,






Describe the difference between = and == symbols in c programming?

0 Answers  


how do we remove the printed character in printf statement and write next it it

1 Answers  


write a program to add two numbers of any size.....(remember any size)

1 Answers  


what is c

4 Answers  


what is the role you expect in software industry?

2 Answers   HCL, Wipro,


Look at the Code: main() { int a[]={1,2,3},i; for(i=0;i<3;i++) { printf("%d",*a); a++; } } Which Statement is/are True w.r.t the above code? I.Executes Successfully & Prints the contents of the array II.Gives the Error:Lvalue Required III.The address of the array should not be changed IV.None of the Above. A)Only I B)Only II C)II & III D)IV

5 Answers   Accenture,


Can you please explain the difference between malloc() and calloc() function?

0 Answers  


Categories