Answer Posted / honey
hexadecimal number of 4100 is FA0
| Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
In C programming, what command or code can be used to determine if a number of odd or even?
Explain what are reserved words?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it(should not use big integers and exponential functions)
How can I remove the trailing spaces from a string?
What does sizeof return c?
What does struct node * mean?
‘ C’ PROGRAME TO SHOW THE TYPE OF TRANGLE BY ACCEPTING IT’S LENGTH .
How can you tell whether a program was compiled using c versus c++?
What is the difference between printf and scanf )?
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.
Why are algorithms important in c program?
Explain what is the stack?
how to capitalise first letter of each word in a given string?
Can i use “int” data type to store the value 32768? Why?
What are linker error?