Can we assign integer value to char in c?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program to find whether the given number is prime or not?
what is call by value and call by reference
Why pointers are used?
What is a pointer on a pointer in c programming language?
fun(int x) { if(x > 0) fun(x/2); printf("%d", x); } above function is called as: fun(10); what will it print? }
How can I get Single byte from 'int' type variable? Can we alter single bit or multiple bits in int type variable? if so, How?
Determine the result of performing two successive block transfers into the same area of a frame buffer using the binary arith operations
In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?
What is the purpose of the preprocessor directive error?
Why is extern used in c?
Explain setjmp()?
why integer range between -327680to+32767