Answer Posted / ram
4 logical,syntax,linking,runtime error
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Write a program to display all the prime nos from 1 to 1000000, your code should not take time more than a minute to display all the nos.
Write a program to reverse a given number in c?
How can I run c program?
What are identifiers in c?
Explain how can I make sure that my program is the only one accessing a file?
illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question
int i=10; printf("%d %d %d", i, i=20, i);
‘ C’ PROGRAME TO SHOW THE TYPE OF TRANGLE BY ACCEPTING IT’S LENGTH .
What are qualifiers in c?
what is the difference between class and unio?
A float occupies 4 bytes in memory. How many bits are used to store exponent part? since we can have up to 38 number for exponent so 2 ki power 6 6, 6 bits will be used. If 6 bits are used why do not we have up to 64 numbers in exponent?
By using C language input a date into it and if it is right?
Do pointers store the address of value or the actual value of a variable?
Describe the header file and its usage in c programming?
I came across some code that puts a (void) cast before each call to printf. Why?