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

Write a C program to perform some of the operation which can be performed using Single linked list

Qualcomm,

1 8074

How do i store a paragraph into a string? for example, if i input a long paragraph, the program will read the words one by one and concatenate them until no word is left.

1 3771

what is an array

5 7433

progrem to generate the following series 1 12 123 1234 12345

HCL, Wipro,

6 43919

what will be printed by this printf? printf("%c",printf("hi")["sharkselva"])); }

HCL,

3 10806

who is the father of C Language?

CTS, UST,

20 33529

a=(1,2,3); b=1,2,3; c=1,(2,3); d=(1,2),3; what's the value of 'a','b','c','d'

2 5110

what would be the output of the following program? main() { int k = 123; char *ptr; ptr = &k; printf("%d",*ptr); }

4 7360

what would be the output of the following program main() { int a[] = {1,2,3,4,5}; int *ptr = {a,a+1,a+2,a+3,a+4}; printf("%d %d %d %d",a,*ptr,**ptr,ptr); } }

1 3723

int main() { int i=1; switch(i) { case '1': printf("hello"); break; case 1: printf("Hi"); break; case 49: printf("Good Morning"); break; } return 0; }

3 8188

Hi can anyone tell what is a start up code?

CTS,

2078

Can anyone tell what is stack overflow? what precaution we should take?

1 3673

what are the advantages & disadvantages of unions?

2 38539

which one is better structure or union?(other than the space occupied )

2 11440

can anyone please tell about the nested interrupts?

2125


Post New C Questions

Un-Answered Questions { C }

What is fflush() function?

1138


What is scanf () in c?

1129


What is void pointers in c?

1008


Explain what are its uses in c programming?

1064


cin.ignore(80, _ _);This statement a) ignores all input b) ignores the first 80 characters in the input c) ignores all input till end-of-line d) iteration

1110


Explain what is meant by 'bit masking'?

1201


What are different types of operators?

1045


What is s or c?

1066


How do you view the path?

1128


Why do we need a structure?

1041


Explain the Difference between the New and Malloc keyword.

1141


How can you be sure that a program follows the ANSI C standard?

1613


What is mean by Data Driven framework in QTP? Can any one answer me in details on this regard.

2260


Write a program, where i have a grid with many cells, how many paths are possible from one point to other desired points.

1240


Can a pointer point to null?

1069