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 7772

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 3436

what is an array

5 6475

progrem to generate the following series 1 12 123 1234 12345

HCL, Wipro,

6 43128

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

HCL,

3 10215

who is the father of C Language?

CTS, UST,

20 31025

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 4691

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

4 6740

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 3406

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 7685

Hi can anyone tell what is a start up code?

CTS,

1876

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

1 3323

what are the advantages & disadvantages of unions?

2 37969

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

2 10936

can anyone please tell about the nested interrupts?

1933


Post New C Questions

Un-Answered Questions { C }

What is the deal on sprintf_s return value?

889


What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?

1035


Is there a way to switch on strings?

876


What is the use of volatile?

888


Why do we need a structure?

836


What is the function of this pointer?

954


What is structure in c explain with example?

940


Explain what is the difference between text files and binary files?

914


Write the syntax and purpose of a switch statement in C.

906


Multiply an Integer Number by 2 Without Using Multiplication Operator

589


How can I invoke another program or command and trap its output?

900


What is the modulus operator?

996


#include main() { enum _tag{ left=10, right, front=100, back}; printf("left is %d, right is %d, front is %d, back is %d",left,right,front,back); }

948


The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?

1067


What are the uses of null pointers?

833