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 is Heap?

3 8134

Is there any algorithm to search a string in link list in the minimum time?(please do not suggest the usual method of traversing the link list)

2343

how to add numbers without using arithmetic operators.

TCS,

14 17218

if a person is buying coconuts of Rs10,and then sell that coconuts of Rs9,with the loss of one rupee.After that the person became a millaniore.how?

Wipro,

9 11980

a 'c' program to tell that the set of three coordinates lie on a same line

Persistent,

3 14191

write a program to print sum of each row of a 2D array.

4 26807

write a program to arrange the contents of a 1D array in ascending order

4 19302

What will be the output of x++ + ++x?

MBT, Religare,

20 53187

write a Program to dispaly upto 100 prime numbers(without using Arrays,Pointer)

ADITI, iFlex, Infosys, Oracle, TCS, Unicops, Wipro,

26 82103

how is the examination pattern?

Wipro,

2067

Find Error if any in below code, Justify ur answer: struct xx { int a; struct yy { char c; struct xx* p; } struct yy* q; }

NDS,

3 8560

main() { int i = 1; int num[] = {1,2,3,4}; num[i] = i++; printf("%d", num[i]); } what will be the output? }

NDS, TCS,

22 34389

#define MAX(x,y) (x) > (y) ? (x) : (y) main() { int i = 10, j = 5, k = 0; k = MAX(i++, ++j); printf("%d %d %d", i,j,k); } what will the values of i , j and k? }

CDAC, GATE, NDS, TCS,

14 48332

fun(int x) { if(x > 0) fun(x/2); printf("%d", x); } above function is called as: fun(10); what will it print? }

NDS,

17 22451

#define DCHAR char* typedef char* TCHAR; if using these following variables will be declared like DCHAR ch1, ch2; TCHAR ch3, ch4; then what will be types of ch1, ch2, ch3 and ch4?

NDS,

6 11235


Post New C Questions

Un-Answered Questions { C }

what is the function of pragma directive in c?

1183


Explain why can’t constant values be used to define an array’s initial size?

1405


What are the benefits of c language?

1232


Write a program to generate random numbers in c?

1160


What is the purpose of clrscr () printf () and getch ()?

1119


Differentiate between declaring a variable and defining a variable?

1095


List the variables are used for writing doubly linked list program.

2090


How do you declare a variable that will hold string values?

1232


if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0

2019


Write a Program to accept different goods with the number, price and date of purchase and display them

6303


Can a pointer be volatile in c?

1046


What is malloc and calloc?

1110


Explain what is the advantage of a random access file?

1184


why wipro wase

2374


Can you please explain the difference between exit() and _exit() function?

1089