what is a function method?give example?
No Answer is Posted For this Question
Be the First to Post Answer
What is a structure in c language. how to initialise a structure in c?
find largest element in array w/o using sorting techniques.
struct node {struct node*temp,*new} prinf("%d",sizeof(struct node));
if a five digit number is input through the keyboard, write a program to calculate the sum of its digits. (hint:-use the modulus operator.'%')
what are bit fields in c?
What is hashing in c language?
Explain about C function prototype?
how to swap 2 numbers within a single statement?
what is the meaning of 'c' language
a character variable can at a time store a) 1 character b) 8 characters c) 254 characters d) none of the above
write a program in c language that uses function to locate and return the smallest and largest integers in an array,number and their position in the array. it should also find and return the range of the numbers , that is , the difference between the largest number and the smallest.
How do you determine the length of a string value that was stored in a variable?