Why c is called a middle level language?
No Answer is Posted For this Question
Be the First to Post Answer
how to return 1000 variables from functio9n in c?plz give me code also
What does 3 periods mean in texting?
What are volatile variables?
Why & is used in c?
What is the difference between the expression “++a” and “a++”?
What are header files and explain what are its uses in c programming?
What is meaning of "Void main" in C Language.
24 Answers Ford, GU, HCL, IBIBS, JUW, TCS,
main() { printf("hello%d",print("QUARK test?")); }
C passes By value or By reference?
5 Answers Geometric Software, Infosys,
Explain how do you view the path?
while initialization of two dimensional arrays we can initialize like a[][2] but why not a[2][] is there any reason behind this?
Should I use symbolic names like true and false for boolean constants, or plain 1 and 0?