What is a pointer value and address in c?


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

Post New Answer

More C Interview Questions

Here is a good puzzle: how do you write a program which produces its own source code as output?

0 Answers  


What are valid signatures for the Main function?

0 Answers  


what is a static function

10 Answers   Satyam,


Implement a function that returns the 5th element from the end in a singly linked list of integers in one pass.

11 Answers   Microsoft,


any string of bits of length 'n' represents a unique non- negative integer between.............?

2 Answers  






what is the significance of static storage class specifier?

0 Answers  


swap 2 numbers without using third variable?

0 Answers   IBS,


Can 'this' pointer by used in the constructor?

0 Answers  


What is #include stdlib h?

0 Answers  


main() { int a,b; printf("%d,%d",scanf("%d%d",&a,&b)); } => do u mean above program's output... =>output will be:2,whatever you enter value for b. =>because scanf is a library fn which will return how many arguements it processes, and second value you are right mr.Satya but i found my self unable to understand that for the first time scanf returns the no of successful matches but how for the second time it returns the value of 'b'.while a function should return the same 'r' value every time.

1 Answers   Cisco,


What could possibly be the problem if a valid function name such as tolower() is being reported by the C compiler as undefined?

0 Answers  


What is the difference between malloc calloc and realloc in c?

0 Answers  


Categories