what is the code to display color fonts in the output?
Answer Posted / guest
printf
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
Is there a way to jump out of a function or functions?
What type is sizeof?
Why do we use stdio h and conio h?
What is the collection of communication lines and routers called?
what is a constant pointer in C
program for reversing a selected line word by word when multiple lines are given without using strrev
What are the valid places to have keyword “break”?
Is c procedural or object oriented?
Not all reserved words are written in lowercase. TRUE or FALSE?
This is a variation of the call_me function in the previous question:call_me (myvar)int *myvar;{ *myvar += 5; }The correct way to call this function from main() will be a) call_me(myvar) b) call_me(*myvar) c) call_me(&myvar) d) expanded memory
Input is "rama loves rajesh and rajesh Loves rama also and rajesh wear gloves and bloves" To print output is count the numbers of times repeted the word love without case sensitive.
please give me a VIRTUSA sample palcement papers.... you will only send TECHNICAL SECTION..... that is help for me Advance Thanks........................
What is the use of header?
Can the curly brackets { } be used to enclose a single line of code?
How to define structures? ·