What is pointer & why it is used?


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

Post New Answer

More C Interview Questions

char S; char S[6]= " HELLO"; printf("%s ",S[6]); output of the above program ? (0, ASCII 0, I,unpredictable)

7 Answers   Mascot,


Is it possible to have a function as a parameter in another function?

0 Answers  


Write a program that takes a 5 digit number and calculates 2 power that number and prints it.

1 Answers  


what is the difference between structural,object based,object orientd programming languages?

1 Answers   PanTerra,


How to avoid structure padding in C?

8 Answers   Tech Mahindra,






Write the following function in C. stripos — Find position of first occurrence of a case- insensitive string int stripos ( char* haystack, char* needle, int offset ) Returns the numeric position of the first occurrence of needle in the haystack string. Note that the needle may be a string of one or more characters. If needle is not found, stripos() will return -1. The function should not make use of any C library function calls.

4 Answers   OpenFeel,


What's the difference between struct x1 { ... }; and typedef struct { ... } x2; ?

3 Answers  


what is the defrenece between structure and union

5 Answers   Aloha Technology,


How to find a missed value, if you want to store 100 values in a 99 sized array?

0 Answers   Honeywell, Zomato,


What is a macro in c preprocessor?

0 Answers  


What is a substring in c?

0 Answers  


in ‘C’ language for Matrix Multiplication fails” Introspect the causes for its failure and write down the possible reasons for its failure.

0 Answers   TCS,


Categories