Explain what are global variables and explain how do you declare them?
No Answer is Posted For this Question
Be the First to Post Answer
Do variables need to be initialized?
What should malloc() do?
Is it possible to run using programming C for Java Application?
main() {int i=5; // line 1 i=(++i)/(i++); // line 2 printf("%d",i); // line 3 } output is 2 but if we replace line 2 and line 3 by printf("%d",i=(++i)/(i++)); then output is 1. Why?
Convert the following expression to postfix and prefix X $ Y Z - M + N + P / Q / (R + S)
What are static variables in c?
What is a macro, and explain how do you use it?
Program to swap the any two elements in an array containing N number of elements?
1 Answers Bosch, Glenwood, Ugam Solutions,
What are enums in c?
What are the various types of control structures in programming?
what does ‘Bus Error’ mean?
Hai why 'c' is the middle language