What does void main return?
No Answer is Posted For this Question
Be the First to Post Answer
what is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?
Where define directive used?
What is merge sort in c?
Can you return null in c?
Write a function that accepts a sentence as a parameter, and returns the same with each of its words reversed. The returned sentence should have 1 blank space between each pair of words. Demonstrate the usage of this function from a main program. Example: Parameter: “jack and jill went up a hill” Return Value: “kcaj dna llij tnew pu a llih”
write a program to print sum of each row of a 2D array.
Explain how can I write functions that take a variable number of arguments?
PLS U SENS ME INTERVIEW O. MY EMAIL ADD, SOFIYA.SINGH@GMAIL.COM
how can u print a message without using any library function in c
What is the difference between malloc() and calloc()?
How can I implement a delay, or time a users response, with sub-second resolution?
Read N characters in to an array . Use functions to do all problems and pass the address of array to function. 2. Enter alphanumeric characters and form 2 array alphaets and digits.Also print the count of each array.