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 27752array 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 17736how to print a statement in c without use of console statement ,with the help of if statement it should print
2 5330Every 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 4582Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me
1997
How arrays can be passed to a user defined function
What are the 4 types of unions?
What is equivalent to ++i+++j?
Which one to choose from 'initialization lists' or 'assignment', for the use in the constructor?
In this problem you are to write a program that will cut some number of prime numbers from the list of prime numbers between 1 and N.Your program will read in a number N; determine the list of prime numbers between 1 and N; and print the C*2 prime numbers from the center of the list if there are an even number of prime numbers or (C*2)-1 prime numbers from the center of the list if there are an odd number of prime numbers in the list.
What is a rvalue?
How can I read/write structures from/to data files?
What are the functions to open and close the file in c language?
Describe wild pointers in c?
How can I ensure that integer arithmetic doesnt overflow?
What is cohesion in c?
How can you return multiple values from a function?
Why string is used in c?
How to explain the final year project as a fresher please answer with sample project
What is the sizeof () a pointer?