What is a dynamic array in c?
how to capitalise first letter of each word in a given string?
Is there a way to jump out of a function or functions?
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.
18 Answers Parexel, Ram Infotech, Zycus Infotech,
Describe advantages and disadvantages of the various stock sorting algorithms
Explain how can I remove the trailing spaces from a string?
What does the characters “r” and “w” mean when writing programs that will make use of files?
Write a program which take a integer from user and tell whether the given variable is squar of some number or not. eg: is this number is 1,4,9,16... or not
struct screen_pos{ int row, col } ;move_right(cursor)struct screen_pos *cursor;{ cursor.col++; } /* This statementhas a syntax error */What is the correct statement a) cursor.col = cursor.col + 1; b) col.cursor++; c) *cursor.col++; d) pointer
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10
write a function to swap an array a[5] elements like a[0] as a[5],a[1] as a[4],....a[5] as a[0].without using more than one loop and use one array not to use temp array?
The __________ attribute is used to announce variables based on definitions of columns in a table?
What does s c mean on snapchat?