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 27285array 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 17386how to print a statement in c without use of console statement ,with the help of if statement it should print
2 5215Every 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 4474Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me
1952
Define Spanning-Tree Protocol (STP)
What would be an example of a structure analogous to structure c?
How are strings stored in c?
What is wrong in this statement?
What is the purpose of sprintf() function?
What are the 4 types of programming language?
what is bit rate & baud rate? plz give wave forms
What is scope rule in c?
What is a stream water?
How do you generate random numbers in C?
Explain how can you restore a redirected standard stream?
Do you know what are the properties of union in c?
What should malloc(0) do?
What is null pointer constant?
How variables are declared in c?