How pointers are declared?


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

Post New Answer

More C Interview Questions

which of the following is not a character constant a) 'thank you' b) 'enter values of p, n ,r' c) '23.56E-o3' d) all of the above

0 Answers  


Write a program to swap two numbers without using third variable?

0 Answers  


Write a C program that defines a 2-dimentional integer array called A [50][50]. Then the elements of this array should randomly be initialized either to 1 or 0. The program should then print out all the elements in the diagonal (i.e. a[0][0], a[1][1],a[2][2], a[3][3], ……..a[49][49]). Finally, print out how many zeros and ones in the diagonal.

3 Answers   Infosys,


what is the difference between structural,object based,object orientd programming languages?

1 Answers   PanTerra,


main() { char *p1="Name"; char *p2; p2=(char *)malloc(20); while(*p2++=*p1++); printf("%s\n",p2); } what is the output?

7 Answers   AMCAT, HCL, Ramco, Zycus Infotech,






main() { printf("hello%d",print("QUARK test?")); }

5 Answers  


What is selection sort in c?

0 Answers  


What is a C array and illustrate the how is it different from a list.

1 Answers   Amazon,


How to print all the 26 alphabets in this order in C. AbCdEfGh..... it should print dynamically from a to z and do not print this using pgm like this print("Ab......"); Use loops or anything to print all alphabets

2 Answers   Hexaware,


What is pivot in c?

0 Answers  


What are volatile variables?

1 Answers   Mind Tree,


who did come first hen or agg

15 Answers   Infosys,


Categories