In a byte, what is the maximum decimal number that you can accommodate?
No Answer is Posted For this Question
Be the First to Post Answer
What does do in c?
WHAT IS ABSTRACT DATA TYPE
Explain how does flowchart help in writing a program?
What the different types of arrays in c?
how can i make a program with this kind of output.. Enter a number: 5 0 01 012 0123 01234 012345 01234 0123 012 01 0
Explain how do you use a pointer to a function?
You are to write your own versions of strcpy() and strlen (). Call them mystrcpy() and mystrlen(). Write them first as code within main(), not as functions, then, convert them to functions. You will pass two arrays to the function in the case of mystrcpy(), the source and target array.
What is identifiers in c with examples?
Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.
What is the use of printf() and scanf() functions?
What is function and its example?
write a program that explain #define and # undef directive