write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays
IBM,
2255how to print the character with maximum occurence and print that number of occurence too in a string given ?
2475write a c program to do the following: a) To find the area of a triangle. b) To convert the temperature from Fahrenheit to Celsius. c) To convert the time in hours : minutes : seconds to seconds.
1995why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???
1971what will be the output of this program? void main() { int a[]={5,10,15}; int i=0,num; num=a[++i] + ++i +(++i); printf("%d",num); }
6 8542Write the program with at least two functions to solve the following problem. The members of the board of a small university are considering voting for a pay increase for their 5 faculty members. They are considering a pay increase of 8%. Write a program that will prompt for and accept the current salary for each of the faculty members, then calculate and display their individual pay increases. At the end of the program, print the total faculty payroll before and after the pay increase, and the total pay increase involved.
1 4994main() { int i; printf("%d",scanf"%d",&i))//if the input is 12 24 34 then wat will be the output }
2 3960#include
IIIT,
4 11180write a c program to find reminder and quotient if one number is divided by other.to code this program don't use more than 2 variables
TCS,
2 6210write a program that declares an array of 30 elements named "income" in the main functions. then cal and pass the array to a programmer-defined function named "getIncome" within the "getIncome" function, ask the user for annual income of 30 employees. then calculate and print total income on the screen using the following function: "void getIncome ( ai []);
TCS,
2365
write a program to input 10 strings and compare without using strcmp() function. If the character of one string matches with the characters of another string , sort them and make it a single string ??? example:- str1="Aakash" st2="Himanshu" str="Uday" output:- Aakashimanshuday (please post the answer as quickly as possible)
What is the argument of a function in c?
What is the mean of function?
What is dynamic memory allocation?
i have to apply for rbi before that i need to know the the syllabus for the entrance questions. whethet it may be aps or techinical
How do you write a program which produces its own source code as output?
application attempts to perform an operation?
Difference between macros and inline functions? Can a function be forced as inline?
write a program to concatenation the string using switch case?
What is the use of f in c?
How is pointer initialized in c?
One of the Institutes contains 5 student groups. Every group contains 4 students. Institute wants to store student group’s details in array. Group should contain group member’s details (name and registration number and age), project name, and mark of the group.
How do I use void main?
How many bytes are occupied by near, far and huge pointers (dos)?
How is a pointer variable declared?