Answer Posted / guest
C IS A PROGRAMMING LANGUAGE.
| Is This Answer Correct ? | 16 Yes | 1 No |
Post New Answer View All Answers
What is s in c?
What is the advantage of c?
What does emoji p mean?
Can you please explain the difference between strcpy() and memcpy() function?
What is the right type to use for boolean values in c? Is there a standard type? Should I use #defines or enums for the true and false values?
What are the different file extensions involved when programming in C?
What is zero based addressing?
write a c program to calculate sum of digits till it reduces to a single digit using recursion
What are global variables and how do you declare them?
Can we change the value of #define in c?
What are the header files used in c language?
This is a variation of the call_me function in the previous question:call_me (myvar)int *myvar;{ *myvar += 5; }The correct way to call this function from main() will be a) call_me(myvar) b) call_me(*myvar) c) call_me(&myvar) d) expanded memory
How can you read a directory in a C program?
how to make a scientific calculater ?
What is nested structure in c?