How many types of operator or there in c?
No Answer is Posted For this Question
Be the First to Post Answer
Explain what are preprocessor directives?
Can i use “int” data type to store the value 32768? Why?
Reverse the part of the number which is present from position i to j. Print the new number.[without using the array] eg: num=789876 i=2 j=5 778986
What is difference between static and global variable in c?
Is c dynamically typed?
what is the use of using linked list and array?
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); }
what is the diff b/w static and non static variables in C. Give some examples plz.
What is c language in simple words?
What is a good data structure to use for storing lines of text?
A program to allow an input operand and operator from the operator and read on the display and output operand.
Do pointers store the address of value or the actual value of a variable?