What is the sizeof () a pointer?


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

Post New Answer

More C Interview Questions

Write a program to print this triangle: * ** * **** * ****** * ******** * ********** Don't use printf statements;use two nested loops instead. you will have to use braces around the body of the outer loop if it contains multiple statements.

6 Answers   Wipro,


Which one to choose from 'initialization lists' or 'assignment', for the use in the constructor?

0 Answers  


how i m write c program 1.check prime number 2.prime number series

1 Answers  


Explain what is a stream?

0 Answers  


Write program to remove duplicate in an array?

0 Answers  






wats the diference btwen constant pointer and pointer to a constant.pls give examples.

9 Answers  


what is the role you expect in software industry?

2 Answers   HCL, Wipro,


write a program in C to swap two variables

7 Answers   Attrabyte, Marlabs,


What are the two forms of #include directive?

0 Answers   Aspire, Infogain,


WAP to accept basic salary of an employee? Calculate it HRA=25%,DA=30%,PF=30%&net salary display all contents?

6 Answers   Finite Infotech, Lovely Professional University, Wipro,


Eight queens puzzle

0 Answers  


6)swap(int x,y) { int temp; temp=x; x=y; y=temp; } main() { int x=2;y=3; swap(x,y); } after calling swap ,what are yhe values x&y?

3 Answers  


Categories