Is it valid to address one element beyond the end of an array?


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

Post New Answer

More C Interview Questions

What is a stream water?

0 Answers  


what is out put of the following code? #include class Base { Base() { cout<<"constructor base"; } ~Base() { cout<<"destructor base"; } } class Derived:public Base { Derived() { cout<<"constructor derived"; } ~Derived() { cout<<"destructor derived"; } } void main() { Base *var=new Derived(); delete var; }

3 Answers   Honeywell,


Write a program on swapping (100, 50)

0 Answers   BPL,


Describe the complexity of Binary search, Quicksort and various other sorting and searching techniques..

0 Answers   Huawei,


The difference between printf and fprintf is ?

0 Answers   Baan Infotech,






How to access or modify the const variable in c ?

16 Answers   HCL, HP,


What's the total generic pointer type?

0 Answers  


Why c is called a middle level language?

0 Answers  


write a program to display the numbers in the following 4 4 3 3 2 2 1 1 0 1 1 2 2 3 3 4 4

1 Answers  


ASCII stands for

1 Answers  


What is 'makefile' in C langauage? How it be useful? How to write a makefile to a particular program?

2 Answers  


What does c mean in basketball?

0 Answers  


Categories