Answer Posted / guest
fn(5)
i guess
| Is This Answer Correct ? | 16 Yes | 2 No |
Post New Answer View All Answers
What is anagram in c?
How can you convert integers to binary or hexadecimal?
How do you construct an increment statement or decrement statement in C?
`write a program to display the recomended action depends on a color of trafic light using nested if statments
How the c program is executed?
please give me a VIRTUSA sample palcement papers.... you will only send TECHNICAL SECTION..... that is help for me Advance Thanks........................
How is a macro different from a function?
#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} wat would be the output??
What is structure in c language?
What is the best way to comment out a section of code that contains comments?
Why is c so important?
Write a function stroverlap that takes (at least) two strings, and concatenates them, but does not duplicate any overlap. You only need to worry about overlaps between the end of the first string and the beginning of the second string. Examples: batman, manonthemoon = batmanonthemoon batmmamaman, mamamanonthemoon = batmmamamanonthemoon bat, man = batman batman, batman = batman batman, menonthemoon = batmanmenonthemoon
#include
Is r written in c?
What is array of structure in c?