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 linkage error when it occurs in c program
the number 138 is called well ordered number because the three digits in the number (1,3,8) increase from left to right (1<3<8). the number 365 is not well ordered coz 6 is larger than 5. write a program that wull find and display all possible three digit well ordered numbers. sample: 123,124,125,126,127,128,129,134 ,135,136,137,138,139,145,146,147 148 149,156.......789
What is the use of putchar function?
What is the Difference between Class and Struct?
1 232 34543 4567654 can anyone tell me how to slove this c question
void main() { int a[]={1,2,3,4,5},i; for(i=0;i<5;i++) printf("%d",a++); getch(); }
which one low Priority in c? a)=,b)++,c)==,d)+
How many levels of indirection in pointers can you have in a single declaration?
0 Answers Agilent, ZS Associates,
When should structures be passed by values or by references?
Explain what is the difference between declaring a variable and defining a variable?
write a c program that if the given number is prime, and their rearrangement(permute) of that number is also prime. Ex: Input is "197" is prime Output: 791,917,179 is also prime. Please any one tell me tha code for that
Explain how can you check to see whether a symbol is defined?