what is the syallabus of computer science students in group-
1?
No Answer is Posted For this Question
Be the First to Post Answer
an expression contains relational operators, assignment operators, and arithmatic operstors. In the absence of parentheses, they will be evaluated in which of the following order a) assignment, relational, arithematic b) arithematic, relational, assignment c) relational, arithematic, assignment d) assignment, arithematic, relational
can we declare a function inside the structure? ex: struct book { int pages; float price; int library(int,float); }b; is the above declaration correct? as it has function declaration?
main() { int i = 10; printf(" %d %d %d \n", ++i, i++, ++i); }
What does typedef struct mean?
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!+....
Write a program to interchange two variables without using the third variable?
17 Answers Accenture, College School Exams Tests, Infotech,
how can i get the output 54321 4321 321 21 1 in c programming........???? pls help......
what will be the output of "printf("%d%d",scanf("%d% d",&a,&b))".provide an explation regarding the question
What are valid operations on pointers?
How do you determine if a string is a palindrome?
If fflush wont work, what can I use to flush input?
what is the advantage of function pointer
16 Answers CMC, CS, Freshdesk, L&T, LG Soft, Matrix, TCS,