What is ponter?


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

Post New Answer

More C Interview Questions

What is period operator in c?

3 Answers   Wipro,


What is the use of function overloading in C?

0 Answers   Ittiam Systems,


Write a program to compare two strings without using the strcmp() function

42 Answers   Accenture, Arba Minch University,


main() { char p[] = "hello world!"; p = "vector"; printf("%s",p); }

2 Answers   Vector, Vector India,


Result of the following program is main() { int i=0; for(i=0;i<20;i++) { switch(i) case 0:i+=5; case 1:i+=2; case 5:i+=5; default i+=4; break;} printf("%d,",i); } } a)0,5,9,13,17 b)5,9,13,17 c)12,17,22 d)16,21 e)syntax error

8 Answers   IBM,






How do I send escape sequences to control a terminal or other device?

0 Answers  


Place the #include statement must be written in the program?

0 Answers  


What are the various types of control structures in programming?

0 Answers  


how to display 2-D array elements in spiral

2 Answers  


read an array and search an element

1 Answers  


How to declare pointer variables?

0 Answers  


write a Program to dispaly upto 100 prime numbers(without using Arrays,Pointer)

26 Answers   ADITI, iFlex, Infosys, Oracle, TCS, Unicops, Wipro,


Categories