What is the role of this pointer?


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

Post New Answer

More C Interview Questions

write an algorithm which can find the largest number among the given list using binary search ............... this was asked in the interview

2 Answers   Satyam, UNIS, Wipro,


Why preprocessor should come before source code?

2 Answers  


List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.

0 Answers   Ignou,


program that accepts amount in figures and print that in words

2 Answers   Infosys, Lovely Professional University, Wipro,


What is the use of gets and puts?

0 Answers  






Write a code to generate a series where the next element is the sum of last k terms.

0 Answers   Aspiring Minds,


#include<stdio.h> main() { int a=1; int b=0; b=++a + ++a; printf("%d %d",a,b); }

7 Answers   Infosys,


what is mallloc()?how it works?

4 Answers   Excel,


What is LINKED LIST? How can you access the last element in a linked list?

0 Answers   ADP,


What are near, far and huge pointers?

0 Answers   Hexaware, Thomson Reuters, Virtusa,


What is structure in c language?

0 Answers  


1.)how to find d most repeated word in a string? string ="how do you do"?? output should be do

1 Answers   AAS, Nagarro, Vuram,


Categories