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 global variable & static variable declared out side all the function in the file.

2 Answers  


When is a void pointer used?

0 Answers  


Explain how can you determine the size of an allocated portion of memory?

0 Answers  


Difference between data structure and data base.

7 Answers   CTS, Value Labs, Zoho,


What is the scope of static variables?

1 Answers  






write a c programme for add of two numbers with out use of arthematic operators

2 Answers  


What are the different types of constants?

0 Answers  


#include<stdio.h> main() { int a=1; int b=0; b=++a + ++a; printf("%d %d",a,b); }

7 Answers   Infosys,


What is the data segment that is followed by c?

0 Answers  


You have an array of n integers, randomly ordered with value 1 to n-1.The array is such that there is only one and one value occurred twice. How will you find this number?

1 Answers  


Is c an object oriented programming language?

1 Answers  


What is the output of the program given below #include<stdio.h> main() { char i=0; for(;i>=0;i++) ; printf("%d\n",i); }

21 Answers   ADITI, Student, TCS,


Categories