if array a conatins 'n' elements and array b conatins 'n-1'
elements.array b has all element which are present in array
a but one element is missing in array b. find that
element.
Answer Posted / rasika
The answers are only applicable to array of numbers.. what
if the array is of strings..?
Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What are the usage of pointer in c?
Do variables need to be initialized?
a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none
What are pointers? Why are they used?
7-Given an index k, return the kth row of the Pascal's triangle. For example, when k = 3, the row is [1,3,3,1]. For reference look at the following standard pascal’s triangle.
#include
What are identifiers and keywords in c?
Explain what are the __date__ and __time__ preprocessor commands?
Explain what is a 'locale'?
What are qualifiers in c?
Which control loop is recommended if you have to execute set of statements for fixed number of times?
Explain the advantages and disadvantages of macros.
What is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
C language questions for civil engineering
Can a void pointer point to a function?