Explain what does it mean when a pointer is used in an if statement?


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

Post New Answer

More C Interview Questions

main() { int i; printf("%d",scanf"%d",&i))//if the input is 12 24 34 then wat will be the output }

2 Answers  


what would be the output of the following program main() { int a[] = {1,2,3,4,5}; int *ptr = {a,a+1,a+2,a+3,a+4}; printf("%d %d %d %d",a,*ptr,**ptr,ptr); } }

1 Answers  


What is s or c?

0 Answers  


Can you apply link and association interchangeably?

0 Answers   InterGraph,


what is the difference between class and unio?

0 Answers   HCL, Wipro,






Determine the code below, tell me exactly how many times is the operation sum++ performed ? for ( i = 0; i < 100; i++ ) for ( j = 100; j > 100 - i; j--) sum++;

5 Answers   ITCO, Wipro,


Explain how can I write functions that take a variable number of arguments?

0 Answers  


What is the difference between #include <header file> and #include “header file”?

0 Answers  


we have a 3litres jug and a 5 litres jug and no measures on them. using these two jugs how can we measure 4 litres of water?

2 Answers   Convergys,


What is a shell structure examples?

0 Answers  


Give me basis knowledge of c , c++...

5 Answers  


why we are using semicolon at the end of printh statment

2 Answers   HCL,


Categories