What is c basic?
No Answer is Posted For this Question
Be the First to Post Answer
what does data structure mean?
What's the difference between DELETE TABLE and TRUNCATE TABLE commands?
which is an algorithm for sorting in a growing Lexicographic order
HOW DO YOU HANDLE EXCEPTIONS IN C?
Ca some one please help me with aC code to allow user enter numbers from 1 to 20 without repeating and prnt the sum of those numbers thnx
what do you mean by inline function in C?
What does the characters “r” and “w” mean when writing programs that will make use of files?
What is indirect recursion? give an example?
a way in which a pointer stores the address of a pointer which stores the value of the target value a) reference b) allocation c) multiple indirection d) none
What does typeof return in c?
Find greatest of two numbers using macro
1) int main() { unsigned char a = 0; do { printf("%d=%c\n",a,a); a++; }while(a!=0); return 0; } can anyone please explain the explain the output