what are the interview question's in the language c

Answer Posted / mallik

a[0] represents only that value at 0 location,but *a
represents the address of that variable stored

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the value of uninitialized variable in c?

775


What does a derived class inherit from a base class a) Only the Public members of the base class b) Only the Protected members of the base class c) Both the Public and the Protected members of the base class d) .c file

854


Is a house a mass structure?

820


Explain the use of keyword 'register' with respect to variables.

787


Explain the difference between null pointer and void pointer.

828


What are the advantages of using Unions?

824


In c programming write a program that will print 10 multiples of 3 except 15,18,21 using looping

1183


What is extern c used for?

739


#define MAX(x,y) (x) >(y)?(x):(y) main() { inti=10,j=5,k=0; k= MAX(i++,++j); printf("%d..%d..%d",i,j,k); }

954


What is a structure and why it is used?

829


What are run-time errors?

790


What does the file stdio.h contain?

786


What the different types of arrays in c?

790


How does pointer work in c?

801


What is a void pointer? When is a void pointer used?

809