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,

2874

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

Ignou,

2732

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

Ignou,

2801

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

HCL, Ignou,

2112

what is the different between data structure and data type?

Ignou,

1 4206

what is data structure?

CBSE,

5 7790

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

CBSE,

2407

develop algorithms to add polynomials (i) in one variable

Ignou, TCS,

2243

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

Ignou,

1 14122

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 7373

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 6771

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

2 12187

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

6 15908

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

State Bank Of India SBI,

3 14683

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 5389


Post New C Questions

Un-Answered Questions { C }

What are the basic data types associated with c?

1321


Difference between exit() and _exit() function?

1181


Explain what is the difference between the expression '++a' and 'a++'?

1267


What is a const pointer?

1201


Write a program to show the change in position of a cursor using c

1129


What is ctrl c called?

1104


Difference between macros and inline functions? Can a function be forced as inline?

1357


How can variables be characterized?

2240


What is file in c language?

1052


How many levels of indirection in pointers can you have in a single declaration?

1149


What are pointers? Why are they used?

1254


A character flag or control mechanism that delineates one data item from another a) variable b) constant c) delimiter d) call by reference

1157


Differentiate abs() function from fabs() function.

1075


Explain threaded binary trees?

1218


How will you print TATA alone from TATA POWER using string copy and concate commands in C?

1429