What is a pragma?
No Answer is Posted For this Question
Be the First to Post Answer
Is flag a keyword in c?
What are Storage Classes in C ?
32 Answers CTS, HP, IBM, Maharaja Whiteline, Tamil Nadu Open University TNOU, TATA, TCS, Wipro,
What is structure packing ?
Write the program for displaying the ten most frequent words in a file such that your program should be efficient in all complexity measures.
a construct the"else" part of "if" statement contains anoth "if else" statement is called a) if-else b) else-if-else c) if-else-if-else d) chain if/if-else-if
how can i make a program with this kind of output.. Enter a number: 5 0 01 012 0123 01234 012345 01234 0123 012 01 0
How does C++ help with the tradeoff of safety vs. usability?
what is event driven software and what is procedural driven software?
who will call your main function in c under linux?
void main() { int i=5; printf("%d",i++ + ++i); }
How can I check whether a file exists? I want to warn the user if a requested input file is missing.
How do you write a program which produces its own source code as output?