write a c program to find the sum of five entered numbers
using an array named number
No Answer is Posted For this Question
Be the First to Post Answer
11. Look at the Code: #include<string.h> void main() { char s1[]="abcd"; char s2[10]; char s3[]="efgh"; int i; clrscr(); i=strcmp(strcat(s3,ctrcpy(s2,s1))strcat(s3,"abcd")); printf("%d",i); } What will be the output? A)No output B) A Non Integer C)0 D) Garbage
what are the program that using a two dimensional array that list the odd numbers and even numbers separately in a given 10 inputs values
0 Answers College School Exams Tests,
What does it mean when a pointer is used in an if statement?
Can you apply link and association interchangeably?
What could possibly be the problem if a valid function name such as tolower() is being reported by the C compiler as undefined?
What is file in c language?
what is mean by Garbage collection ? Please answer me. Advance thanks.
What is the difference between %d and %i?
any function have arguments one or more OR not . it is compulsary a) any function compulsary have one or more arguments b) any function did not have arguments. It is not compulsary c) it is optional it is not compulsary d) none of the above
How to delete a node from linked list w/o using collectons?
i want to asked a question about c program the question is: create a c program that displays all prime numbers less than 500? using looping statement
progrem to generate the following series 1 12 123 1234 12345