Are there any problems with performing mathematical operations on different variable types?
No Answer is Posted For this Question
Be the First to Post Answer
what would be the output of the following prog? Justify your answer? main() { unsigned char ch; unsigned char i; ch = -255; printf("%d",ch); i = -1; printf("%d",i); }
Are c and c++ the same?
do you think its fraud or original company?
main() { clrscr(); } clrscr();
Who invented bcpl language?
void main() { int *ptr; ptr = (int *) 0x400 ; printf("ptr=%d",ptr); } output?
How can I manipulate strings of multibyte characters?
c programming of binary addition of two binary numbers
Explain how does free() know explain how much memory to release?
Write a code to achieve inter processor communication (mutual exclusion implementation pseudo code)?
How can you dynamically allocate memory in C?
Give basis knowledge of web designing ...