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 10807

who is the father of C Language?

CTS, UST,

20 33532

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 7362

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,

2079

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 are c header files?

993


Explain what math functions are available for integers? For floating point?

1116


Why dont c comments nest?

1050


What is define directive?

1157


What is the difference between new and malloc functions?

1131


Can we compile a program without main() function?

1127


Is c weakly typed?

1028


What are header files and what are its uses in C programming?

1242


What are the different file extensions involved when programming in C?

1284


Can you pass an entire structure to functions?

1126


Can include files be nested?

1113


Explain how do I determine whether a character is numeric, alphabetic, and so on?

1137


What are the different data types in C?

1205


What will the preprocessor do for a program?

1077


How can I implement a delay, or time a users response, with sub-second resolution?

1078