how logic is used
No Answer is Posted For this Question
Be the First to Post Answer
Write a program of advanced Fibonacci series.
#include<conio.h> #include<stdio.h> void main() { int i; if(1,0,2,3) { printf("if"); } else { printf("else"); } getch(); } Can any body tell the answer of this question with explanation?
consagous technology placement paper
What is the difference between text and binary i/o?
What do you mean by recursion in c?
What is the difference between a free-standing and a hosted environment?
Program to find larger of the two numbers without using if-else,while,for,switch
In a switch statement, explain what will happen if a break statement is omitted?
how to find that no is int or float?
main() { intj; while9j<=10) { printf("\n%d",j); j=j+1; } }
explain what is an endless loop?
write an algorithm to get a sentence and reverse it in the following format: input : I am here opuput: Here Am I note: first letter of every word is capiatlised