Is there any demerits of using pointer?


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 a free-standing and a hosted environment?

0 Answers   Aspire,


how to make c program without a libary? e.g.#include<stdio.h> libary is not in c progaram.

2 Answers  


write a function which accept two numbers from main() and interchange them using pointers?

3 Answers  


what is constant pointer?

3 Answers  


a memory of 20 bytes is allocated to a string declared as char *s then the following two statements are executed: s="Etrance" l=strlen(s); what is the value of l ? a.20 b.8 c.9 d.21

4 Answers   TCS,






i want the code for printing the output as follows 4 4 3 3 2 2 1 1 0 1 1 2 2 3 3 4 4

2 Answers  


What do you mean by c what are the main characteristics of c language?

0 Answers  


program to find out date after adding 31 days to a date in the month of febraury also consider the leap year

0 Answers  


please send me papers for Dy. manager IT , PNB. it would be a great help for me.

0 Answers  


When do we get logical errors?

0 Answers  


main() { int age; float ht; printf("Enter height and age"); scanf("%d%d",&height,&age); if((age<=20)&&(ht>=5)) {printf("She loves you");} else {printf("She loves you");} }

2 Answers  


void swap(int a,int b) { a=a+b; b=a-b; a=a-b; } in this code always gives the same result for all case

9 Answers   Accenture, TCS,


Categories