What is the correct code to have following output in c using nested for loop?
No Answer is Posted For this Question
Be the First to Post Answer
Is it acceptable to declare/define a variable in a c header?
any "C" function by default returns an a) int value b) float value c) char value d) a & b
Explain what is the most efficient way to store flag values?
What is sizeof c?
name the language for writing c compiler?
Given an array of numbers, except for one number all the others occur twice. Give an algorithm to find that number which occurs only once in the array.
Synonymous with pointer array a) character array b) ragged array c) multiple array d) none
What are identifiers and keywords in c?
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 []);
Why static is used in c?
What is file in c preprocessor?
What is a Deque?