Explain how do you print an address?


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

Post New Answer

More C Interview Questions

cin.ignore(80, _ _);This statement a) ignores all input b) ignores the first 80 characters in the input c) ignores all input till end-of-line d) iteration

0 Answers  


What is d scanf?

0 Answers  


What is time null in c?

0 Answers  


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,


What is the sizeof () operator?

0 Answers  






What is the difference between char array and char pointer?

0 Answers  


What is n in c?

0 Answers  


Write a program in c to print 1 121 12321 1234321 123454321

11 Answers   ANR, College School Exams Tests, Mu Sigma, Wipro,


HOW CAN ADD OUR FUNCTION IN LIBRARY.

5 Answers  


What is the value of a[3] if integer a[] = {5,4,3,2,1}?

0 Answers  


Find greatest of two numbers using macro

4 Answers   Bosch, Siemens,


write a method for an array in which it can display the largest n next largest value.

1 Answers   Value Labs,


Categories