Answer Posted / saranya
i will work efficiently and hard to develop our company.
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
Who invented b language?
How can I get the current date or time of day in a c program?
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
int i[2], j; int *pi;i[0] = 1; i[1] = 5; pi = i; j = *pi + 1 + *(pi + 1)Value of j after execution of the above statements will be a) 7 b) 6 c) 4 d) pointer
What is the acronym for ansi?
What are the different types of linkage exist in c?
What language is lisp written in?
What is string in c language?
What are the types of data structures in c?
What is a const pointer in c?
Define Spanning-Tree Protocol (STP)
What's a good way to check for "close enough" floating-point equality?
How to implement a packet in C
What is the use of #define preprocessor in c?
Write a program to print "hello world" without using a semicolon?