What is a pointer variable in c language?


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,


What does %c do in c?

0 Answers  


how to generate sparse matrix in c

3 Answers  


what is c language?

2 Answers  


Why we use stdio h in c?

0 Answers  






How can I read a directory in a c program?

1 Answers   CSC,


marge linklist

0 Answers   HCL,


what is the difference between strcpy() and memcpy() function?

2 Answers  


What is the correct code to have following output in c using nested for loop?

0 Answers  


what is ram?

3 Answers   TCS,


#include<string.h> void main() { String s1[]={"swathi"}; string s2[]={"maddimsetti"}; s1[]=s[]; printf("%s",s1[]); }

3 Answers   IBM,


program to find which character is occured more times in a string and how many times it has occured? for example in the sentence "i love india" the output should be i & 3.

3 Answers  


Categories