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 8154

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 3835

what is an array

5 7627

progrem to generate the following series 1 12 123 1234 12345

HCL, Wipro,

6 44095

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

HCL,

3 10934

who is the father of C Language?

CTS, UST,

20 34143

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 5195

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

4 7506

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 3796

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 8323

Hi can anyone tell what is a start up code?

CTS,

2137

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

1 3742

what are the advantages & disadvantages of unions?

2 38687

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

2 11532

can anyone please tell about the nested interrupts?

2183


Post New C Questions

Un-Answered Questions { C }

What does struct node * mean?

1067


what is a NULL Pointer? Whether it is same as an uninitialized pointer?

1327


What is structure in c definition?

1112


Can the curly brackets { } be used to enclose a single line of code?

1217


What are dangling pointers? How are dangling pointers different from memory leaks?

1390


please help me..... please codes and flowchart plz turbo c lang po yan.....please asap response... 3. Make an astrology program. The user types in his or her birthday (month, day, and year as integer), and the program responds with the user’s zodiac sign, horoscope, and other information related to it. If the user’s birth year falls into a leap year, your program should display an appropriate message for it. NOTES: Conditional Statements: it should be with graphics

3383


Explain heap and queue.

1143


What is #include stdio h and #include conio h?

1180


write a c program for swapping two strings using pointer

2690


write a program to copy the string using switch case?

2949


Write a program to print ASCII code for a given digit.

1127


What is variable and explain rules to declare variable in c?

1178


can any one tel me wt is the question pattern for NIC exam

2025


How to write a code for reverse of string without using string functions?

2202


Difference between MAC vs. IP Addressing

1199