How pointers are declared?


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

Post New Answer

More C Interview Questions

What is the Difference between Macro and ordinary definition?

3 Answers   Bosch, Cognizant, College School Exams Tests, Motorola,


Why pointers are used?

0 Answers  


What is the newline escape sequence?

0 Answers  


What is output redirection?

0 Answers  


Give the Output : * * * * * * * * * *

2 Answers  


what is the hexidecimal number of 4100?

16 Answers   Google,


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,


How can I split up a string into whitespace-separated fields?

0 Answers  


What is chain pointer in c?

0 Answers  


IS it possible to define a zero sized array in c.if it is possible how can the elements of that array can be accessed.array index starts from zero,if it is possible to define zero sized array how can be its first element can be accesseed.

5 Answers   TCS,


read the folllowing code # define MAX 100 # define MIN 100 .... .... if(x>MAX) x=1; else if(x<MIN) x=-1; x=50; if the initial value of x=200,what is the vlaue after executing this code? a.200 b.1 c.-1 d.50

4 Answers   TCS,


What is the difference between strcpy() and memcpy() function in c programming?

0 Answers  


Categories