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 7994

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)

2294

how to add numbers without using arithmetic operators.

TCS,

14 16765

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 11688

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

Persistent,

3 14045

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

4 26632

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

4 19100

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

MBT, Religare,

20 52548

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

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

26 81152

how is the examination pattern?

Wipro,

2019

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 8419

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 33673

#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 47748

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 21906

#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 11013


Post New C Questions

Un-Answered Questions { C }

Why can arithmetic operations not be performed on void pointers?

1046


Explain the difference between #include "..." And #include <...> In c?

1026


Whats s or c mean?

1024


What is 'bus error'?

1149


if the area was hit by a virus and so the decrease in the population because of death was x/3 and the migration from other places increased a population by 2x then annually it had so many ppl. find our the population in the starting.

5234


What are linked lists in c?

1130


What is the meaning of c in c language?

1167


Explain how do you determine whether to use a stream function or a low-level function?

1085


Why doesnt that code work?

1176


What is strcmp in c?

1122


What are the rules for identifiers in c?

1066


Can a pointer point to null?

1066


What is s or c?

1066


What is the difference between %d and %i?

1098


Explain what is the stack?

1102