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 does the message "warning: macro replacement within a string literal" mean?

1 3583

AMMONG THE 4 STROAGE CLASSES IN C, WHICH ONE FASTEST?

HCL,

13 23539

a=0; b=(a=0)?2:3; a) What will be the value of b? why b) If in 1st stmt a=0 is replaced by -1, b=? c) If in second stmt a=0 is replaced by -1, b=?

Geometric Software,

6 14973

f() { int a=2; f1(a++); } f1(int c) { printf("%d", c); } c=?

Geometric Software,

7 13036

f1() { f(3);} f(int t) { switch(t); { case 2: c=3; case 3: c=4; case 4: c=5; case 5: c=6; default: c=0;} value of c?

Geometric Software,

5 10953

Define function ?Explain about arguments?

Geometric Software, Infosys,

2 8980

C passes By value or By reference?

Geometric Software, Infosys,

5 11390

difference between my-strcpy and strcpy ?

Geometric Software, IIM, Infosys,

3 14982

What compilation do?

Geometric Software, Infosys,

7 12090

Write a program to exchange two variaables without temp

Geometric Software,

9 13683

why java is called as a purely oops language.

TVS,

3 8801

macros and function are related in what aspect? a)recursion b)varying no of arguments c)hypochecking d)type declaration

HCL, Infosys, Microsoft,

12 37117

enum day = { jan = 1 ,feb=4, april, may} what is the value of may? a)4 b)5 c)6 d)11 e)none of the above

HCL, Wipro,

8 44890

2.main { int x,j,k; j=k=6;x=2; x=j*k; printf("%d", x);

HCL, Tech Mahindra,

9 32507

fn f(x) { if(x<=0) return; else f(x-1)+x; }

HCL,

5 18176


Post New C Questions

Un-Answered Questions { C }

What are global variables and how do you declare them?

1102


How main function is called in c?

1127


Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?

1069


Explain the use of function toupper() with and example code?

1134


a program that can input number of records and can view it again the record

1918


What are variables c?

1055


Explain the priority queues?

1080


What are the differences between new and malloc in C?

1150


how do you write a function that takes a variable number of arguments? What is the prototype of printf () function?

1939


What is the difference between array and pointer in c?

1162


How macro execution is faster than function ?

1196


When we use void main and int main?

1090


Write programs for String Reversal & Palindrome check

1061


Differentiate between calloc and malloc.

1273


Why is this loop always executing once?

1058