![]() |
![]() |
|
566/6,
Bell Road, Clement Town, Dehradun, Uttarakhand, TeExternsal.:(0135)
2642727,2643420 Ext 234
Fax : (0135) 2644025 e-mail hod.csit@geu.ac.in, Web Site :
www.geu.ac.in |
31 Oct 2012
Important Notice for 3rd Sem absentees
It has been reported that a big number of students are skipping classes on regular academic days. The administration has noted this with grave concern. It is particularly unbecoming of a CSE/IT student as they represent the twin departments on which the reputation of the stuent community of an institution flourishes.
In particular a number of 3rd sem students were found absent on 26, 29 and 30 october. The task mentioned toward the end of this notice will apply to the following students
(i) All the and IT 3rd-A and B section students who were absent on any of the classes of 26 October and did not have any lab exams on that day.
(ii) All the CSE and IT 3rd sem students who were absent on both 29 and 30 october in any of the classes
All the above mentioned students will compulsorily have to do the following within the stipulated time failing which more disciplinary action will be taken.
(A) They are required to give a seminar for 10 minutes on a topic given by your class coordinator between 5 Nov to 10 November in front of higher semester students.
(B) They are required to submit the following 50 C programming assignments in a note book Handwritten, in proper format and suitable comments. They have to submit the assignments personally by 5th November to any one of these only: Prof Mahantesh, Prof Shashidhar Koolagudi or the HoD. At that time of submission a viva will be taken on the assignments and if they perform poorly in the viva they will be given another 100 C assignments.
1.
Write a C Program to generate Armstrong numbers up to a
limit n
2.
Write a C program to
generate Pascal’s triangle
3.
Write a C program to
concatenate one String to another.
4.
Write a C program for
temperature conversion from Celsius to Fahrenheit and vice versa using
functions. The user will get the
choice at the beginning which conversion (Whether C to F or F to C is
required)
5.
Write a C program to print
all input lines that are longer than 80 characters.
6.
Write a C program to remove
trailing blanks and tabs from each line of input, and to delete entirely blank
lines.
7.
Write a program to remove
all comments from a C program
8.
Write a C program to
reverse an integer
9.
Write a C program to count
the number of digits in an integer
10. Write a C program to subtract two
matrices
11. Write a C program to find the Transpose of a
matrix
12. Write a C program to find the biggest element in a
matrix
13. Write a C program to generate permutation of string in
C
14. Write a C program to find power of a number using
pow() function
15. Write a C program to find power of a number without
using pow() function
16. Write a C program to display negative elements of an
array
17. Write a C program to find Fibonacci series in
C
18. Write a C program to generate the multiplication
tables from 2 to 10
19. Write a C program to generate trigonometric
table
20. Write a C program to reverse an
array
21. What is the difference between char[] and
char*
22. Write a C program to Creates a linked list to hold
four tree names and prints out all the trees in the
list.
23. Write a C function to check if a tree name exists in
the list of trees from the previous example
program.
24. Write a C program that computes the scalar product of
two vectors.
25. Write a C program that searches a 2D array for a
specific value and returns the row and column where it was
found.
26. Write a C program that performs the multiplication of
a matrix by a vector.
27. Write a C program that reads a sentence from a
file.
28. Write a C program that takes a real number and splits
it into three parts: a sign (character), a whole part (integer) and a fraction
(double).
29. Write a C program that determines if a number is
prime or not. The function returns 1 if prime, 0 if
not.
30. Write a C program to print ASCII value of all
characters.
31. Write a C program for addition of binary
numbers.
32. Write a C program which writes array in the
file.
33. Write a C program which concatenate two file and write
it third file.
34. Write a C program for division two complex
numbers.
35. Write a C program to find out the sum of series 1 + 2
+ 4 + 8 … to infinity.
36. Write a C program which deletes the duplicate element
of an array.
37. Write a C program for insert an element at desired
position in an array.
38. Write a C program to print the all prime numbers
between 1 to 900.
39. Write a C program to get last two digits of
year
40. Write a C program which takes password from
user.
41. Write a C program to find the volume and surface area
of cylinder.
42. Write a C program to find the area of
trapezium.
43. Write a C program to find the number of times that a
given word occurs in a sentence
44. Write a C program that takes three variable (a, b, c)
in as separate parameters and rotates the values stored so that value a goes to
b, b, to c and c to a.
45. Write a program to compare two files and print out the
lines where they differ.
46. What is the output of the following
code:
|
int a =
10; int *b = &a, c =
*&a;
int x = c+a/*b; |
47. What is the output of the
following:
int a = 100 + 10 + 1 - -1 - +10 +
-100;
48. Write a C program to find gcd of a number using
recursion
49. Write a C program to build a doubly linked
list
50. Write a C program to search for an item in a
Queue.
Copy to: