Combinations of fibanocci prime series
No Answer is Posted For this Question
Be the First to Post Answer
What is meant by realloc()?
i want the code for printing the output as follows 4 4 3 3 2 2 1 1 0 1 1 2 2 3 3 4 4
Write a program in c to replace any vowel in a string with z?
What is a null string in c?
write a c program to find the square of a 5 digit number and print the result.
5 Answers Accenture, Sasken, Vimukti Technologies,
how to find the sizof of any datatype using bit manipulations
What are global variables?
consider the following structure: struct num nam{ int no; char name[25]; }; struct num nam n1[]={{12,"Fred"},{15,"Martin"},{8,"Peter"},{11,Nicholas"}}; ..... ..... printf("%d%d",n1[2],no,(*(n1 + 2),no) + 1); What does the above statement print? a.8,9 b.9,9 c.8,8 d.8,unpredictable value
who is the father of C Language?
20 Answers CTS, UST,
Write a program to find the biggest number of three numbers in c?
Output for following program using for loop only * * * * * * * * * * * * * * *
What is the purpose of void pointer?