‘ 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
Program to swap the any two elements in an array containing N number of elements?
1 Answers Bosch, Glenwood, Ugam Solutions,
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
What are 3 types of structures?
how many keywords are available in 'c' language a) 32 b) 34 c) 45 d) 48
Explain the process of converting a Tree into a Binary Tree.
how to determine the complexity of an algorithm as log(n)
Write a program to display the no of bit difference between any 2 given numbers eg: Num1 will 12->1100 Num2 will 7->0111 the difference in bits are 2.
const char * char * const What is the differnce between the above tow?.
printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions
What is the description for syntax errors?
which is faster execution: loops or recursion?
Write a program to check whether a number is prime or not using c?