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,

2233

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

Ignou,

2100

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

Ignou,

2303

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

HCL, Ignou,

1618

what is the different between data structure and data type?

Ignou,

1 3351

what is data structure?

CBSE,

5 5504

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

CBSE,

1678

develop algorithms to add polynomials (i) in one variable

Ignou, TCS,

1738

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

Ignou,

1 13259

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 5791

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 4859

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

2 11055

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

6 13505

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

State Bank Of India SBI,

3 13108

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 4189


Post New C Questions

Un-Answered Questions { C }

What is identifiers in c with examples?

675


What are the 5 types of inheritance in c ++?

580


What are the similarities between c and c++?

595


Can you please explain the difference between syntax vs logical error?

693


Why does not c have an exponentiation operator?

629






illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question

1579


What is the difference between malloc calloc and realloc in c?

645


How can I read/write structures from/to data files?

546


why do some people write if(0 == x) instead of if(x == 0)?

654


Distinguish between actual and formal arguments.

589


What does the c in ctime mean?

566


Difference between exit() and _exit() function?

655


In which layer of the network datastructure format change is done

1431


Tell me is null always defined as 0(zero)?

670


why use "return" statement a) on executing the return statement it immediately transfers the control back to the calling program b) it returns the value present in the parentheses return, to the calling program c) a & b d) none of the above

608