What is the difference between array and pointer in c?


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

Post New Answer

More C Interview Questions

Print all the palindrome numbers.If a number is not palindrome make it one by attaching the reverse to it. eg:123 output:123321 (or) 12321

7 Answers   HCL,


What is meant by 'bit masking'?

0 Answers  


inline function is there in c language?

4 Answers  


How many data structures are there in c?

0 Answers  


Explain what does the characters 'r' and 'w' mean when writing programs that will make use of files?

0 Answers  


What is default value of global variable in c?

0 Answers  


What is static memory allocation?

0 Answers  


What does. int *x[](); means ?

0 Answers   Wilco,


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

2 Answers  


write a program which the o/p should b in such a way that s triangle if I/p is 3,a Square/rectangle if I/P=4,a pentagon if I/P=5 and so on...forget about the I/P which is less than 3

0 Answers   ADP,


What will be the result of the following program? char*g() { static char x[1024]; return x; } main() { char*g1="First String"; strcpy(g(),g1); g1=g(); strcpy(g1,"Second String"); printf("Answer is:%s", g()); } (A) Answer is: First String (B) Answer is: Second String (C) Run time Error/Core Dump (D) None of these

2 Answers   Oracle,


why TCS selected more student in the software field from all institution.

5 Answers   TCS,


Categories