What is #include called?
No Answer is Posted For this Question
Be the First to Post Answer
Table of Sudoku n*n
What is your stream meaning?
Explain how do you sort filenames in a directory?
Difference between macros and inline functions? Can a function be forced as inline?
0 Answers HAL, Honeywell, Zomato,
struct node { int *a; char *b; char array[12]; }; struct node m,*n; assign the value in *a,*b,char array[12]
How do you define CONSTANT in C?
what is the purpose of the code, and is there any problem with it. unsigned int v[10]; unsigned int i = 0; while (i < 10) v[i] = i++;
What are local static variables?
Explain threaded binary trees?
What is output of the following program ? main() { i = 1; printf("%d %d %d\n",i,i++,i++); }
Write a program to find given number is even or odd without using any control statement.
What is variables in c?