Can a pointer be static?


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

Post New Answer

More C Interview Questions

What is #pragma directive?how it is used in the program? what is its advantages and disadvantages?

2 Answers  


Write a program that takes a 5 digit number and calculates 2 power that number and prints it.

1 Answers  


what is the differnce between programing langauge and tool? is sas is a programing langauge r tool?

0 Answers   Gamesa, Satyam,


main() { char *ptr = "Ramco Systems"; (*ptr)++; printf("%s\n",ptr); ptr++; printf("%s\n",ptr); } Find the Outputs?

9 Answers   BTBP, CitiGroup,


Write a simple code fragment that will check if a number is positive or negative.

0 Answers  






what different between c and c++

1 Answers  


There seem to be a few missing operators ..

0 Answers  


With the help of using classes, write a program to add two numbers.

0 Answers   TCS,


print ur name 20,000 times without using inbuilt library functions like printf,scanf,gets,puts,getchar or putchar

4 Answers   IBM,


What are identifiers and keywords in c?

0 Answers  


What is string concatenation in c?

0 Answers  


advantages of pointers?

3 Answers  


Categories