main()
{
char ch='356';
Printf("%d",ch);
}
*OUTPUT*:-
-18
*Why?*
Efficient data structure for store/search list of 1000 records a)array b)double linked list c)circular queue d)hash table
Why is c fast?
What is the use of void pointer and null pointer in c language?
C program to find frequency of each character in a text file?
what are bit fields? What is the use of bit fields in a structure declaration?
1 Answers Flextronics, TISL, Virtusa,
explain what are pointers?
How are Structure passing and returning implemented by the complier?
A program to allow an input operand and operator from the operator and read on the display and output operand.
What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?
main() { int a=5; printf(?%d,%d,%d\n?,a,a< <2,a>>2); } Answer: 5,20,1 please explain this code in detail
What is the difference between int and float?
When c language was developed?