What is pointer and structure in c?


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

Post New Answer

More C Interview Questions

What are the 5 types of inheritance in c ++?

0 Answers  


What is the difference between null pointer and wild pointer?

0 Answers  


I have an array of 100 elements. Each element contains some text. i want to: append a star character to the end of every fifth element remove every second character from every tenth element, and… add a line feed (ascii 10) after the 30th character of every array element whose length is greater than 30 characters.

1 Answers  


Explain how can you restore a redirected standard stream?

0 Answers  


where does it flourished?

0 Answers   Microsoft,






What is the function of ceil(X) defined in math.h do? A)It returns the value rounded down to the next lower integer B)it returns the value rounded up to the next higher integer C)the Next Higher Value D)the next lower value

3 Answers   Accenture, Wipro,


Please write the area of a RIGHT ANGLED TRIANGLE.

1 Answers  


Are the outer parentheses in return statements really optional?

0 Answers  


what do the 'c' and 'v' in argc and argv stand for?

0 Answers   TISL,


a construct the"else" part of "if" statement contains anoth "if else" statement is called a) if-else b) else-if-else c) if-else-if-else d) chain if/if-else-if

0 Answers  


Is there any algorithm to search a string in link list in the minimum time?(please do not suggest the usual method of traversing the link list)

0 Answers  


Write a C program in Fibonacci series.

0 Answers   iNautix,


Categories