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 27262array 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 17364how to print a statement in c without use of console statement ,with the help of if statement it should print
2 5212Every 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 4473Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me
1950
What does the c in ctime mean?
What is structure pointer in c?
What is scope of variable in c?
What 'lex' does?
What is the process to generate random numbers in c programming language?
hi... can anyone help me to make a two-dimensinal arrays in finding the sum of two elements plzzz. thnx a lot...
Using which language Test cases are added in .ptu file of RTRT unit testing???
Can variables be declared anywhere in c?
What is adt in c programming?
What is character set?
What are unions in c?
How do you list a file’s date and time?
Can a pointer be volatile in c?
What is a volatile keyword in c?
When c language was developed?