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 27294array contains zeros and ones as elements.we need to bring zeros one side and one other side in single parse. ex:a[]={0,0,1,0,1,1,0,0} o/p={0,0,0,0,0,1,1,1}
12 17394how to print a statement in c without use of console statement ,with the help of if statement it should print
2 5217Every time i run a c-code in editor, getting some runtime error and editor is disposing, even after reinstalling the software what may be the problem?
2 4477Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me
1952
Describe wild pointers in c?
What is void main ()?
What is ctrl c called?
How can I sort a linked list?
What is typedef struct in c?
Write a program with dynamically allocation of variable.
What is bubble sort in c?
What is a null pointer in c?
What are the features of c languages?
A global variable when referred to in another file is declared as this a) local variable b) external variable c) constant d) pointers
Describe the modifier in c?
What is a constant?
Are bit fields portable?
What is the stack in c?
Write a C program to accept a matrix of any size. Find the frequency count of each element in the matrix and positions in which they appear in the matrix