610002 - Programming Skills-I (FOP) 4/5

Home >> Sem 1 >> 610002 - Programming Skills-I (FOP)

Last Update : 14 / Oct / 2010

31. Write a program to add first n numbers.
Shared By : diz (SVICS - KADI)Show/Hide Program  

32. Write a function which returns 1 if the given number is palindrome otherwise returns 0.
Shared By : diz (SVICS - KADI) Show/Hide Program  

33. Write a function that will scan a character string passed as an argument and convert all lower-case character into their upper-case equivalent.
Shared By : diz (SVICS - KADI) Show/Hide Program  

34. Write a function to reverse the string.
Shared By : diz (SVICS - KADI) Show/Hide Program  

35. Write a program that search an item from array of string.
Shared By : diz (SVICS - KADI) Show/Hide Program  

36. Define a structure called cricket that will describe the following information:
Shared By : diz (SVICS - KADI)Show/Hide Program  

37. In a program declare following structure member:
Shared By : diz (SVICS - KADI) Show/Hide Program  

38. Write a program using pointers to read an array of integers and print its elements in reverse order.
Shared By : diz (SVICS - KADI)Show/Hide Program  

39. Write a function to calculate the roots of the quadratic equation..
Shared By : diz (SVICS - KADI) Show/Hide Program  

40. Write a function using pointers to add two matrices and to return the resultant matrix to the calling function.
Shared By : diz (SVICS - KADI) Show/Hide Program  

[ 1 | 2 | 3 | 4 | 5 ]