write a program fibonacci series and palindrome program in c
No Answer is Posted For this Question
Be the First to Post Answer
explain how do you use macro?
Meaning of () in c
How can you check to see whether a symbol is defined?
Can a variable be both constant and volatile?
Can we change the value of static variable in c?
#include<stdio.h> main() { int a=1; int b=0; b=++a + ++a; printf("%d %d",a,b); }
Why is struct padding needed?
what are you see during placement time in the student.
0 Answers Goldman Sachs, TCS, Tech Solutions,
what is use of malloc and calloc?
What is #ifdef ? What is its application?
f=(x>y)?x:y a) f points to max of x and y b) f points to min of x and y c)error
What is the mean of function?