WAP – represent a char in binary format
Answer Posted / johnson
?eh? this doesn't make sense. The answer will obviously be
11111111.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
write a program in c language to print your bio-data on the screen by using functions.
What does %p mean c?
What are compound statements?
What is a structure member in c?
How can I trap or ignore keyboard interrupts like control-c?
How can I write data files which can be read on other machines with different word size, byte order, or floating point formats?
What is the purpose of scanf() and printf() functions?
Compare and contrast compilers from interpreters.
write a program to find the given number is prime or not
What happens if header file is included twice?
What is the benefit of using an enum rather than a #define constant?
Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result
Explain what will the preprocessor do for a program?
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)
What are the different data types in C?