How do you convert strings to numbers in C?
No Answer is Posted For this Question
Be the First to Post Answer
i=20,k=0; for(j=1;j<i;j=1+4*(i/j)) { k+=j<10?4:3; } printf("%d", k);
How are pointers declared in c?
What is openmp in c?
What is the easiest sorting method to use?
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10
What is the maximum no. of arguments that can be given in a command line in C.?
Why do we use header files in c?
#include <stdio.h> int main() { if ("X" <"x") printf("X smaller than x "); } my question is whats the mistake in this program? find it and please tell me..
What do you mean by c what are the main characteristics of c language?
c program to subtract between two numbers without using '-' sign and subtract function.
What is the output of the following program main();{printf ("chennai""superkings"}; a. Chennai b. superkings c. error d. Chennai superkings
in multiple branching construct "default" case is a) optional b) compulsarily c) it is not include in this construct d) none of the above