What is use of #include in c?
No Answer is Posted For this Question
Be the First to Post Answer
Explain about block scope in c?
write a program that print itself even if the source file is deleted?
main() { int a=4,b=2; a=b<<a + b>>2; printf("%d", a); }
11 Answers HCL, Vector, Vector India, Vector Solutions, Wipro,
Is c is a high level language?
How to develop software using "c" programming?
What ios diff. Between %e & %f?
Device an algorithm for weiler-atherton polygon clipping, where the clipping window can be any specified polygon
What is the Purpose of 'extern' keyword in a function declaration?
the statement while(i) puts the entire logic in loop. this loop is called a) indefinite loop b) definite loop c) loop syntax wrong d) none of the above
what is a pointer
4 Answers Bank Of America, TCS,
How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?
If input is 123 then how to print 100 and 20 and 3 seperately?