Answer Posted / karna
c is a programming language name,like our name
| Is This Answer Correct ? | 3 Yes | 5 No |
Post New Answer View All Answers
Not all reserved words are written in lowercase. TRUE or FALSE?
What is the difference between memcpy and memmove?
What are all different types of pointers in c?
What is a program?
Describe explain how arrays can be passed to a user defined function
What is calloc in c?
what are non standard function in c
Explain how can a program be made to print the name of a source file where an error occurs?
Write a program, where i have a grid with many cells, how many paths are possible from one point to other desired points.
How is actual parameter different from the formal parameter?
Hi can anyone tell what is a start up code?
Why do we use main function?
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
What is the best organizational structure?
What is the difference between scanf and fscanf?