WAP – represent a char in binary format
Answer Posted / kalpana.y
738211
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is d scanf?
write a c program in such a way that if we enter the today date the output should be next day's date.
Is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
What are dangling pointers? How are dangling pointers different from memory leaks?
Do you know null pointer?
Why isnt any of this standardized in c?
How can you find the exact size of a data type in c?
What are operators in c?
What is the difference between array and pointer?
write a program fibonacci series and palindrome program in c
How can I write functions that take a variable number of arguments?
Explain the use of 'auto' keyword
Write a program of prime number using recursion.
What are the main characteristics of c language describe the structure of ac program?
write a program to reverse a every alternetive words in a string in a place. EX: Input is "this is the line of text" Output should be "shit is eht line fo text" Please any one tell me code for that.