Hi Every one......... Please Any body give me the answer for
my question. Is it possible to print the word "PRINT F",
without using printf() statement in C-Language.
Answer Posted / veerababu
printf(" ");
| Is This Answer Correct ? | 4 Yes | 16 No |
Post New Answer View All Answers
Define the scope of static variables.
Define Array of pointers.
What is call by value in c?
What is chain pointer in c?
Is null a keyword in c?
Wt are the Buses in C Language
What is output redirection?
What are enums in c?
what is recursion in C
What are nested functions in c?
in multiple branching construct "default" case is a) optional b) compulsarily c) it is not include in this construct d) none of the above
What are the various types of control structures in programming?
List a few unconditional control statement in c.
List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.
An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array