What is the Purpose of 'extern' keyword in a function declaration?
No Answer is Posted For this Question
Be the First to Post Answer
What are the advantages of Macro over function?
write a proram to reverse the string using switch case?
which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above
Describe how arrays can be passed to a user defined function
What do you mean by a local block?
Differentiate between full, complete & perfect binary trees.
Can we declare variables anywhere in c?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it
5 Answers ABS, Accenture, HCL, Infosys, Infotech, SoftSolve, Software India, TCS, Vertex, Vimukti Technologies,
What is void main ()?
write a c program for print your name .but,your name may be small letter mean print a capital letter or your name may be capital letter mean print a small letter .example \\enter ur name : sankar The name is: SANKAR (or) enter your name:SAnkar The name is:saNKAR
c program for searching a student details among 10 student details
will the program compile? int i; scanf(ā%dā,i); printf(ā%dā,i);