Write a program of advanced Fibonacci series.
No Answer is Posted For this Question
Be the First to Post Answer
Is c compiled or interpreted?
What is indirection? How many levels of pointers can you have?
Write code for atoi(x) where x is hexadecimal string.
what is printf
What are the languages are portable and platform independent?Why they are like that?
#include <stdio.h> int main ( int argc, char* argv [ ] ) { int value1 = 10; int value2 = 5; printf ( "\n The sum is :%d", value1 | value2 ); } This is the answer asked by some one to add two numbers with out using arithmetic operator?Yes this answer is write it given out put as 15.But how????? what is need of following line? int main ( int argc, char* argv [ ] ) how it work?what is the meaning for this line? please explain me.Advance thanks
write a method for an array in which it can display the largest n next largest value.
What is a program?
hello freinds next week my interview in reliance,nybody has an idea about it intervew questions..so tell
How do you convert strings to numbers in C?
write a program in c language for the multiplication of two matrices using pointers?
what is op? for(c=0;c=1000;c++) printf("%c",c);