write a program fibonacci series and palindrome program in c
No Answer is Posted For this Question
Be the First to Post Answer
What is void main ()?
out put of printf(ā%dā,printf(ram));
Please write me a program to print the first 50 prime numbers (NOT between the range 1 -50)
Q.1 write a program to create binary tree 1 to 16 numbers? Q.2 write a program to creat a binary search tree for the member that is given by user?
what will be printed by this printf? printf("%c",printf("hi")["sharkselva"])); }
What is scope rule of function in c?
Study the following C program :call_me (myvar)int myvar;{ myvar +- 5; }main(){int myvar;myvar = 3;call_me(myvar);printf("%d ",myvar);What will be printed a) 3 b) 5 c) 8 d) symbol
What is storage class?
How will you find a duplicate number in a array without negating the nos ?
swapping of two numbers without using third variable using AND and OR operators
How does normalization of huge pointer works?
#include<stdio.h> #include<conio.h> void main() { char ch='\356'; printf("%d",ch); } o/p=-18 why?plz.explain