Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

C Interview Questions
Questions Answers Views Company eMail

What are the advantages of using Unions?

IBS,

1121

How do you print an address?

TCS,

1272

In header files whether functions are declared or defined?

TCS,

1 1866

What are Macros? What are its advantages and disadvantages?

TCS,

1164

What are the differences between Structures and Arrays?

TCS,

1214

What is static identifier?

TCS,

1224

How can you determine the size of an allocated portion of memory?

Aspire, Infogain,

1303

Is it better to use malloc() or calloc()?

Aspire, Infogain,

1115

What is the difference between NULL and NUL?

Aspire, Infogain,

1291

What is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?

Aspire, Infogain,

1125

What will the preprocessor do for a program?

Aspire, Infogain,

1077

When should a far pointer be used?

Aspire, Infogain,

1130

What do the functions atoi(), itoa() and gcvt() do?

Aspire, Infogain,

1186

What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?

Aspire, Infogain,

1436

Which header file should you include if you are to develop a function which can accept variable number of arguments?

TCS, TISL,

1401


Post New C Questions

Un-Answered Questions { C }

What is structure padding in c?

1135


What does static variable mean in c?

1108


illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question

2076


How many levels of indirection in pointers can you have in a single declaration?

1088


Write a code of a general series where the next element is the sum of last k terms.

1043


main() { struct s1 { char *str; struct s1 *ptr; }; static struct s1 arr[] = { {"Hyderabad",arr+1}, {"Bangalore",arr+2}, {"Delhi",arr} }; struct s1 *p[3]; int i; < BR> for(i=0;i<=2;i++) p[i] = arr[i].ptr; printf("%s ",(*p)->str); printf("%s ",(++*p)->str); printf("%s ",((*p)++)->str); }

1438


What is #line used for?

1026


When do you not use the keyword 'return' when defining a function a) Always b) Never c) When the function returns void d) dfd

1060


Can a pointer be static?

1084


Explain 'bus error'?

1096


How can you tell whether a program was compiled using c versus c++?

1108


What is int main () in c?

1091


What is the difference between pure virtual function and virtual function?

1122


What does the && operator do in a program code?

1236


What happens if you free a pointer twice?

1083