What is far pointer in c?
No Answer is Posted For this Question
Be the First to Post Answer
2. What is the function of ceil(X) defined in math.h do? A)It returns the value rounded down to the next lower integer B)it returns the value rounded up to the next higher integer C)the Next Higher Value D)the next lower value
What is the difference b/w main() in C language and main() in C++.
What is a void * in c?
State the difference between x3 and x[3].
What is the use of getchar functions?
What does 4d mean in c?
What is s or c?
What is calloc in c?
main() { int x, arr[8]={11,22,33,44,55,66,77,88}; x=(arr+2)[3]; printf(ā%dā,x); }
Explain what are compound statements?
the maximum width of a c variable name can be a) 6 characters b) 8 characters c) 10 characters d) 20 characters
Give the Output : * * * * * * * * * *