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 program using linked list in which each node consists of following information. Name[30] Branch Rollno Telephone no i) Write the program to add information of students in linked list

Persistent,

2813

Explain the process of converting a Tree into a Binary Tree.

Ignou,

2683

List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.

Ignou,

2753

how would a 4*3 array A[4][3] stored in Row Major Order?

HCL, Ignou,

2042

what is the different between data structure and data type?

Ignou,

1 4136

what is data structure?

CBSE,

5 7611

show how link list can be used to repersent the following polynomial i) 5x+2

CBSE,

2317

develop algorithms to add polynomials (i) in one variable

Ignou, TCS,

2177

write an algorithm and a program to count the number of elements in a circularly singly linked list

Ignou,

1 14062

Hi Every one...........I have been selected for the SBI Clerk. But i m one month Pregnanat. So anyone please suggest me, is they take any objection on my joining .

State Bank Of India SBI,

4 7217

what would be the output of the follwing struct st { char name[20]; int i; float f; }; main() { struct st emp = {"forum"}; printf("%d %f",emp.i,emp.f); }

4 6618

Finding first/last occurrence of a character in a string without using strchr( ) /strrchr( ) function.

2 12086

/*program to calculate hra,da in salary if salary less than 10000 then hra15%,da13% otherwise hra20%,da18%/*

6 15723

though sbi was nationalized why its not comes under nationalized banks and its comes under publicsector banks

State Bank Of India SBI,

3 14570

please can some one guide me, to the answer Write a C program to enter 15 numbers as an input from the keyboard and program will find and print odd numbers and their average. i have studied while and do while loop for loop if and else if switch

2 5282


Post New C Questions

Un-Answered Questions { C }

What are the types of type qualifiers in c?

1093


What is the size of enum in bytes?

1092


What is %d used for?

1047


How do shell structures work?

1123


Explain the binary height balanced tree?

1195


What is string in c language?

1166


Why does everyone say not to use scanf? What should I use instead?

1426


Write a program to swap two numbers without using third variable?

1318


What are the application of void data type in c?

1196


What are disadvantages of C language.

1168


What is sizeof int?

1109


What are the different data types in C?

1210


Explain what does a function declared as pascal do differently?

1306


What is the use of define in c?

1069


GIven a sequence of characters. How will you convert the lower case characters to upper case characters. ( Try using bit vector - sol given in the C lib -> typec.h)

1112