What is bin sh c?
No Answer is Posted For this Question
Be the First to Post Answer
What are structures and unions? State differencves between them.
Tell me what are bitwise shift operators?
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!+....
Is double link list a linear data structure? If Yes, Why?If No, Why?
how to print this sereis 2 4 3 6 5..........?
can we print any string in c language without using semicolon(;)(terminator) in whole program.
How to get string length of given string in c?
Sir i need notes for structure,functions,pointers in c language can you help me please
what is the maximum limit of row and column of a matrix in c programming. in linux .
What is c basic?
Please write the area of a RIGHT ANGLED TRIANGLE.
what are the interview question's in the language c