Answer Posted / vinay tiwari
there are three types of error in c
logical,syntax,linking error
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
how logic is used
code for find determinent of amatrix
what is a constant pointer in C
write a c program to find the sum of five entered numbers using an array named number
Explain what happens if you free a pointer twice?
Write a program to reverse a given number in c?
What is a macro?
What is the modulus operator?
What is the purpose of realloc()?
What do header files do?
How does struct work in c?
What is the use of the function in c?
Write a function stroverlap that takes (at least) two strings, and concatenates them, but does not duplicate any overlap. You only need to worry about overlaps between the end of the first string and the beginning of the second string. Examples: batman, manonthemoon = batmanonthemoon batmmamaman, mamamanonthemoon = batmmamamanonthemoon bat, man = batman batman, batman = batman batman, menonthemoon = batmanmenonthemoon
What is nested structure?
What type is sizeof?