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

explain what are actual arguments?

1091

How many parameters should a function have?

1196

Is using exit() the same as using return?

1362

Why is c known as a mother language?

1243

When is a void pointer used?

1242

Can the size of an array be declared at runtime?

1088

Is it acceptable to declare/define a variable in a c header?

1127

Is there a way to jump out of a function or functions?

1104

When should a type cast not be used?

1067

Explain how do you determine the length of a string value that was stored in a variable?

1156

In c programming language, how many parameters can be passed to a function ?

1114

Explain about the functions strcat() and strcmp()?

1054

What is multidimensional arrays

1130

List a few unconditional control statement in c.

988

differentiate built-in functions and user – defined functions.

1092


Post New C Questions

Un-Answered Questions { C }

Explain a pre-processor and its advantages.

1139


What is character constants?

1187


How is a structure member accessed?

1135


Can true be a variable name in c?

1044


‘ C’ PROGRAME TO SHOW THE TYPE OF TRANGLE BY ACCEPTING IT’S LENGTH .

2882


How can I write data files which can be read on other machines with different word size, byte order, or floating point formats?

1035


the factorial of non-negative integer n is written n! and is defined as follows: n!=n*(n-1)*(n-2)........1(for values of n greater than or equal to 1 and n!=1(for n=0) Perform the following 1.write a c program that reads a non-negative integer and computes and prints its factorial. 2. write a C program that estimates the value of the mathematical constant e by using the formula: e=1+1/!+1/2!+1/3!+.... 3. write a c program the computes the value ex by using the formula ex=1+x/1!+xsquare/2!+xcube/3!+....

23775


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

1175


Tell me is null always defined as 0(zero)?

1091


if p is a string contained in a string?

1851


What is pointer & why it is used?

1122


What is the difference between a string and an array?

1209


What oops means?

1002


How are 16- and 32-bit numbers stored?

1293


Explain what is the benefit of using enum to declare a constant?

1094