What are pointers?


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

Post New Answer

More C Interview Questions

What are the types of assignment statements?

0 Answers  


A C E G H +B D F A I ------------ E F G H D

1 Answers   Infosys,


why TCS selected more student in the software field from all institution.

5 Answers   TCS,


write a C code to reverse a string using a recursive function, without swapping or using an extra memory.

9 Answers   Motorola, TCS, Wipro,


How can I write a function analogous to scanf?

0 Answers  






Write a programme to find even numbers without using any conditional statement?

3 Answers   ADD Software, Infosys,


main() { char *p; p="Hello"; printf("%c\n",*&*p); }

2 Answers   ME,


1. Write a program to reverse every second word in a given sentence.

1 Answers  


write a program to display the array elements in reverse order in c language

16 Answers  


a=5 a=a++/++a

14 Answers   Bhel,


Read N characters in to an array . Use functions to do all problems and pass the address of array to function. 1. Print only the alphabets . If in upper case print in lower case vice versa.

1 Answers  


Why is sizeof () an operator and not a function?

0 Answers  


Categories