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 8081

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 3780

what is an array

5 7453

progrem to generate the following series 1 12 123 1234 12345

HCL, Wipro,

6 43940

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

HCL,

3 10817

who is the father of C Language?

CTS, UST,

20 33598

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 5118

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

4 7373

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 3732

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 8196

Hi can anyone tell what is a start up code?

CTS,

2086

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

1 3679

what are the advantages & disadvantages of unions?

2 38550

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

2 11448

can anyone please tell about the nested interrupts?

2125


Post New C Questions

Un-Answered Questions { C }

int i=10; printf("%d %d %d", i, i=20, i);

1629


What does stand for?

1093


Tell me the use of bit field in c language?

1074


What is the use of getch ()?

1078


How the c program is executed?

1164


What are the advantages and disadvantages of a heap?

1218


How old is c programming language?

1021


Explain what is a static function?

1115


List some basic data types in c?

1034


hai iam working in sap sd module for one year and working in lumax ind ltd in desp department but my problem is i have done m.b.a in hr/marketing and working sap sd there is any combination it. can you give right solution of my problem. and what can i do?

2130


What is keyword in c?

1020


write a programe to accept any two number and check the following condition using goto state ment.if a>b,print a & find whether it is even or odd and then print.and a

1953


How do you print only part of a string?

1024


What is a static function in c?

1180


Why is c called c not d or e?

1105