program to find which character is occured more times in a string and how many times it has occured? for example in the sentence "i love india" the output should be i & 3.
3 7587for example user gives input as " 20 or 20.0 or rs 20.0 or 20.00 or rs20 and so .. on " and the output should be stored as " rs.20.00 " in a variable
2 4505
What is the benefit of using an enum rather than a #define constant?
Write an algorithm for implementing insertion and deletion operations in a singly linked list using arrays ?
What is the purpose of void in c?
What is the difference between memcpy and memmove?
a parameter passed between a calling program and a called program a) variable b) constant c) argument d) all of the above
Can we change the value of #define in c?
Why c is called top down?
What is the significance of an algorithm to C programming?
to print the salary of an employee according to follwing calculation: Allowances:HRA-20% of BASIC,DA-45% of BASIC,TA-10%. Deductions:EPF-8% of BASIC,LIC-Rs.200/-Prof.Tax:Rs.200/- create c language program?
What is methods in c?
What are the restrictions of a modulus operator?
Why do we use header files in c?
4-Take two sets of 5 numbers from user in two arrays. Sort array 1 in ascending and array 2 in descending order. Perform sorting by passing array to a function mySort(array, sortingOrder). Then multiply both the arrays returned from function, using metric multiplication technique in main. Print result in metric format.
what is the syallabus of computer science students in group- 1?
What’s the special use of UNIONS?