Is stack a keyword in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is fflush() function?
write a program that declares an array of 30 elements named "income" in the main functions. then cal and pass the array to a programmer-defined function named "getIncome" within the "getIncome" function, ask the user for annual income of 30 employees. then calculate and print total income on the screen using the following function: "void getIncome ( ai []);
Difference between data structure and data base.
7 Answers CTS, Value Labs, Zoho,
implement OR gate without using any bitwise operator.
If the static variable is declared as global, will it be same as extern?
What is static and auto variables in c?
WHO WROTE C LANGUAGE?
Without Computer networks, Computers will be half the use. Comment.
What is the output for the following program #include<stdio.h> main() { char a[5][5],flag; a[0][0]='A'; flag=((a==*a)&&(*a==a[0])); printf("%d\n",flag); }
Do you know the purpose of 'register' keyword?
what is difference between c and c++
SRUCTURE PROGRAMMING