‘ C’ PROGRAME TO SHOW THE TYPE OF TRANGLE BY ACCEPTING IT’S
LENGTH .
No Answer is Posted For this Question
Be the First to Post Answer
IS Doon college of Engn.. has good faculty
#include<stdio.h> int main( ) { Int a=300, b, c; if(a>=400) b=300; c=200; printf(“%d%d ”, b, c); return0; }
What is merge sort in c?
write a program to find the largest and second largest integer from an array
Does c have circular shift operators?
shorting algorithmS
What is character constants?
How can you find out how much memory is available?
What are data structures in c and how to use them?
fun(int x) { if(x > 0) fun(x/2); printf("%d", x); } above function is called as: fun(10); what will it print? }
what is the output of the following program and explain the answer #include<stdio.h> exp() { main(5) } main(int a) { printf("%d",a); return; }
What is formal argument?