Combinations of fibanocci prime series
No Answer is Posted For this Question
Be the First to Post Answer
The code is::::: if(condition) Printf("Hello"); Else Printf("World"); What will be the condition in if in such a way that both Hello and world are printed in a single attempt?????? Single Attempt in the sense... It must first print "Hello" and it Must go to else part and print "World"..... No loops, Recursion are allowed........................
14 Answers HOV Services, IBM, Potty,
What is assignment operator?
What is the difference b/w Structure & Array?
Consider a language that does not have arrays but does have stacks as a data type.and PUSH POP..are all defined .Show how a one dimensional array can be implemented by using two stacks.
hOW Can I add character in to pointer array of characters char *a="indian"; ie I want to add google after indian in the char *a
How can I do graphics in c?
prog for 1st five prime numbers in 2^x - 1
Is it better to use a macro or a function?
How to reverse a linked list
1 Answers Aricent, Fidelity, IBM, TCS,
write a program to generate 1st n fibonacci prime number
what is the difference between definition and declaration? give me some examples.
Does c have an equivalent to pascals with statement?