Can we initialize extern variable in c?
No Answer is Posted For this Question
Be the First to Post Answer
Explain the properties of union.
Program to swap the any two elements in an array containing N number of elements?
1 Answers Bosch, Glenwood, Ugam Solutions,
Who had beaten up hooligan "CHAKULI" in his early college days?
n=7623 { temp=n/10; result=temp*10+ result; n=n/10 }
the factorial of non-negative integer n is written n! and is defined as follows: n!=n*(n-1)*(n-2)........1(for values of n greater than or equal to 1 and n!=1(for n=0) Perform the following 1.write a c program that reads a non-negative integer and computes and prints its factorial. 2. write a C program that estimates the value of the mathematical constant e by using the formula: e=1+1/!+1/2!+1/3!+.... 3. write a c program the computes the value ex by using the formula ex=1+x/1!+xsquare/2!+xcube/3!+....
4-Take two sets of 5 numbers from user in two arrays. Sort array 1 in ascending and array 2 in descending order. Perform sorting by passing array to a function mySort(array, sortingOrder). Then multiply both the arrays returned from function, using metric multiplication technique in main. Print result in metric format.
What are the disadvantages of a shell structure?
How do I read the arrow keys? What about function keys?
WRITE A CODE IN C TO SEARCH A FILE FROM NOTEPAD FILE.
#include main() { enum _tag{ left=10, right, front=100, back}; printf("left is %d, right is %d, front is %d, back is %d",left,right,front,back); }
What is the difference between new and malloc functions?
what is ram?