In a header file whether functions are declared or defined?
No Answer is Posted For this Question
Be the First to Post Answer
Is there a way to have non-constant case labels (i.e. Ranges or arbitrary expressions)?
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
Explain how many levels deep can include files be nested?
What was noalias and what ever happened to it?
Give me basis knowledge of c , c++...
What is the use of structure padding in c?
write a program to search for an element in a given array. If the array was found then display its position otherwise display appropriate message in c language
What is a const pointer in c?
Code for calculating square root without using library function, of math.h
application areas a 'c' a) operating system b) graphics, interpreter, assembler c) program evalution, communication softwares d) all the above
main() { int x=5; printf("%d %d %d\n",x,x<<2,x>>2); }
11 Answers CISOC, CitiGroup, College School Exams Tests,
How can I invoke another program (a standalone executable, or an operating system command) from within a c program?