What is a volatile keyword in c?
No Answer is Posted For this Question
Be the First to Post Answer
.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }
What is the difference between near, far and huge pointers?
Difference between data structure and data base.
7 Answers CTS, Value Labs, Zoho,
What do you mean by keywords in c?
why effort estimation is important?
Is return a keyword in c?
What is oops c?
Would you rather wait for the results of a quicksort, a linear search, or a bubble sort on a 200000 element array? 1) Quicksort 2) Linear Search 3) Bubble Sort
Is it better to use a macro or a function?
What is the explanation for modular programming?
How do I get a null pointer in my programs?
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 []);