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,

2808

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

Ignou,

2666

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

Ignou,

2745

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

HCL, Ignou,

2037

what is the different between data structure and data type?

Ignou,

1 4126

what is data structure?

CBSE,

5 7587

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

CBSE,

2309

develop algorithms to add polynomials (i) in one variable

Ignou, TCS,

2169

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

Ignou,

1 14052

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 7206

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 6590

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

2 12071

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

6 15697

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

State Bank Of India SBI,

3 14555

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 5268


Post New C Questions

Un-Answered Questions { C }

why programs in c are running with out #include? some warnings are display in terminal but we execute the program we get answer why? eg: main() { printf("hello world "); }

1765


Is c++ based on c?

1072


Write a program to check prime number in c programming?

1093


write a program to reverse a every alternetive words in a string in a place. EX: Input is "this is the line of text" Output should be "shit is eht line fo text" Please any one tell me code for that.

2103


Explain how can I manipulate strings of multibyte characters?

1206


What is an auto variable in c?

1235


Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?

1069


How can you pass an array to a function by value?

1125


What is the c language function prototype?

1086


What is the purpose of void in c?

1067


State two uses of pointers in C?

1063


What is const and volatile in c?

1048


What is a char in c?

997


What is the difference between exit() and _exit() function?

1045


FORMATTED INPUT/OUTPUT functions are a) scanf() and printf() b) gets() and puts() c) getchar() and putchar() d) all the above

1119