1. main()
{
printf("%d",printf("HelloSoft"));
} Output?
Answer Posted / micheal b
Hello soft
| Is This Answer Correct ? | 1 Yes | 18 No |
Post New Answer View All Answers
int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;
any "C" function by default returns an a) int value b) float value c) char value d) a & b
What is a function simple definition?
Can a void pointer point to a function?
Explain what is wrong in this statement?
When can you use a pointer with a function?
Can math operations be performed on a void pointer?
write an algorithm to display a square matrix.
Is array name a pointer?
Why do we use stdio h and conio h?
stripos — Find position of first occurrence of a case- insensitive string int stripos ( char* haystack, char* needle, int offset ) Returns the numeric position of the first occurrence of needle in the haystack string. Note that the needle may be a string of one or more characters. If needle is not found, stripos() will return -1. The function should not make use of any C library function calls.
Is javascript written in c?
Differentiate abs() function from fabs() function.
the real constant in c can be expressed in which of the following forms a) fractional form only b) exponential form only c) ascii form only d) both a and b
What is structure in c definition?