What is the difference between arrays and pointers?


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

Post New Answer

More C Interview Questions

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

5 Answers   TCS, Vimukti Technologies,


how can be easily placed in TCS.

0 Answers   TCS,


suppose we use switch statement and we intilize years name using enum statement like(jan,feb,mar,------dec) we take integer value as an input .question is that the month which we analyz is from 0 to 11 bt if i enter 12 than how he again starts from begning and print jan

1 Answers  


all c language question

0 Answers   Wipro,


what is the difference b/w NULL and null?

3 Answers   HSBC, IBM,


how to make c program without a libary? e.g.#include<stdio.h> libary is not in c progaram.

2 Answers  


Write a program to interchange two variables without using the third variable?

17 Answers   Accenture, College School Exams Tests, Infotech,


Explain what is the difference between a free-standing and a hosted environment?

0 Answers  


main() { int *ptr=(int*)malloc(sizeof(int)); *ptr=4; printf("%d",(*ptr)+++*ptr++); }

2 Answers  


A variable that is defined in a specified portion of a program but can be used throughout the program a) global variable b) local variable c) character d) none

0 Answers  


Explain null pointer.

0 Answers  


is c language is a object oreinted language?

5 Answers   TCS,


Categories