Why dont c comments nest?
No Answer is Posted For this Question
Be the First to Post Answer
What is the best organizational structure?
What is anagram in c?
What is structure in c explain with example?
how to set Nth bit of a variable?
write a program in c to find out the sum of digits of a number.but here is a condition that compiler sums the value from left to right....not right to left..
What is the modulus operator?
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!+....
what are the 10 different models of writing an addition program in C language?
list the no of files created when c source file is compiled
How to define structures? ·
What are examples of structures?
how many errors in c explain deply