How do you determine the length of a string value that was stored in a variable?
No Answer is Posted For this Question
Be the First to Post Answer
which type of aspect you want from the student.
largest Of three Number using without if condition?
consider the following C code main() { int i=3,x; while(i>0) { x=func(i); i--; } int func(int n) { static sum=0; sum=sum+n; return(sum); } the final value of x is
how to determine the complexity of an algorithm as log(n)
input any 4 digit number and find the difference of all the digits?
What is c language used for?
Given an unsigned integer, find if the number is power of 2?
What is the mean of this statement:: if(int i=0 * i=9)
Develop a flow chart and write a c program to find the roots of a quadratic equation ax2+bx+c=0 using switch and break statement.
Which control loop is recommended if you have to execute set of statements for fixed number of times?
What is meant by initialization and how we initialize a variable?
write a program to display all prime numbers