What is #define used for in c?
No Answer is Posted For this Question
Be the First to Post Answer
what are the advanced features of functions a) function declaration and prototypes b) calling functions by value or by reference c) recursion d) all the above
What is the use of ?
Write code for initializing one dimentional and two dimentional array in a C Program?
5 Answers Deshaw, Edutech, GMD,
what is the c source code for the below output? 10 10 10 10 10 10 10 10 10 10 9 9 7 6 6 6 6 6 6 9 7 5 9 7 3 2 2 5 9 7 3 1 5 9 7 3 5 9 7 4 4 4 4 5 9 7 8 8 8 8 8 8 8 8 9
What is selection sort in c?
Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.
what is the use of a array in c
What is volatile in c language?
int main() { int x = (2,3,4); int y = 9,10,11; printf("%d %d",x,y); } what would be the output?
What is self-referential structure in c programming?
write a own function to compare two strings with out using stringcomparition function?
which operator having highest precedence? a.)+ b.)++ c.)= d.)%