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,

2755

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

Ignou,

2625

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

Ignou,

2702

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

HCL, Ignou,

1998

what is the different between data structure and data type?

Ignou,

1 4051

what is data structure?

CBSE,

5 7389

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

CBSE,

2210

develop algorithms to add polynomials (i) in one variable

Ignou, TCS,

2123

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

Ignou,

1 13970

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 7084

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 6441

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

2 11994

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

6 15501

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

State Bank Of India SBI,

3 14423

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 5159


Post New C Questions

Un-Answered Questions { C }

why arguments can generally be passed to functions a) sending the values of the arguments b) sending the addresses of the arguments c) a & b d) none of the above

1087


FILE *fp1,*fp2; fp1=fopen("one","w") fp2=fopen("one","w") fputc('A',fp1) fputc('B',fp2) fclose(fp1) fclose(fp2)} a.error b. c. d.

1715


What is array of structure in c?

1116


How can I manipulate individual bits?

995


What is the difference between near, far and huge pointers?

1045


What are the types of functions in c?

944


How can you find the day of the week given the date?

1156


Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.

1231


What are external variables in c?

1051


Explain what is the difference between #include and #include 'file' ?

977


What is wrong with this statement? Myname = 'robin';

1280


What is wrong with this program statement?

999


Explain how can you determine the size of an allocated portion of memory?

1059


What is ponter?

1234


explain what is a newline escape sequence?

1049