what is unsigened char
and what is the difference from char
Answer Posted / guest
insigned character occupies the -127 to +128 bits .
char it occupies only one byte
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is wrong with this program statement? void = 10;
What is the function of volatile in c language?
What are linker error?
#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} wat would be the output??
Write a C program on Centralized OLTP, Decentralized OLTP using locking mechanism, Semaphore using locking mechanism, Shared memory, message queues, channel of communication, sockets and a simple program on Saving bank application program using OLTP in IPC?
Explain is it better to bitshift a value than to multiply by 2?
A text file that contains declarations used by a group of functions,programs,or users a) executable file b) header file c) obj file d) .cfile
How can you draw circles in C?
Explain argument and its types.
What is conio h in c?
What is wrong in this statement? scanf(ā%dā,whatnumber);
Write a program to swap two numbers without using third variable in c?
Explain heap and queue.
Which header file is essential for using strcmp function?
Which function in C can be used to append a string to another string?