Company Name Starts with ...
#  A  B  C  D  E   F  G  H  I  J   K  L  M  N  O   P  Q  R  S  T   U  V  W  X  Y  Z

Ignou C Interview Questions
Questions Answers Views Company eMail

the factorial of non-negative integer n is written n! and is defined as follows: n!=n*(n-1)*(n-2)........1(for values of n greater than or equal to 1 and n!=1(for n=0) Perform the following 1.write a c program that reads a non-negative integer and computes and prints its factorial. 2. write a C program that estimates the value of the mathematical constant e by using the formula: e=1+1/!+1/2!+1/3!+.... 3. write a c program the computes the value ex by using the formula ex=1+x/1!+xsquare/2!+xcube/3!+....

2 22180

write a program in c language for the multiplication of two matrices using pointers?

8 25071

1.What is a Data Structure? Explain its need? 2.What is a Directed Graph? Write an algorithm to find whether a Directed Graph is connected or not? 3.Explain the process of converting a Tree to a Binary Tree.

4 11913

can any one provide me the notes of data structure for ignou cs-62 paper

1694

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

2094

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

2296

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

1612

what is the different between data structure and data type?

1 3341

develop algorithms to add polynomials (i) in one variable

1729

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

1 13246

Write a client and server program in C language using UDP, where client program interact with the Server as given below: i) The client begins by sending a request to send a string of 8 characters or series of 7 numbers, the server sends back a characters or numbers as per the request of the client. ii) In case of series of 7 numbers: The client sends a multiplication of numbers, to the server. iii) In case of a string of 8 characters: The client sends a reverse order of string to the server.. iv) Server will send an acknowledgment to the client after receiving the correct answer

3831

Post New Ignou C Interview Questions




Un-Answered Questions

What is the possible order of lifecycle hooks in angular?

425


What is driver and executor in spark?

184


Explain ngfor and ngif?

447


If I am writing in a language like vb or c++, what are the procedures to be followed to support .net?

578


Why is it important to close an ado.net application?

527






Difference between ETL and E_LT?

305


Why doesn’t azure redis cache has an msdn class library reference like some of the other azure services?

344


Different types of hibernate instance states?

204


Give any two differences between C++ and java.

552


What is the life expectancy of ssd drives?

465


what are the values of fuel flow rate in various places in boiler.

1231


What is the difference between xylem and phloem?

558


What protocol does jdbc use?

505


What are some best practices when creating complex models in excel?

292


Develop an algorithm to sort two lists of sorted integers into a single list.

125