errors in computer programmes are called
1.write a program to merge the arrays 2.write efficient code for extracting unique elements from a sorted list of array?
Some coders debug their programs by placing comment symbols on some codes instead of deleting it. How does this aid in debugging?
Is it possible to create recycle bin in mobiles?
What is the purpose of 'register' keyword in c language?
You are to write your own versions of strcpy() and strlen (). Call them mystrcpy() and mystrlen(). Write them first as code within main(), not as functions, then, convert them to functions. You will pass two arrays to the function in the case of mystrcpy(), the source and target array.
post new interiew question and aptitude test papers
in which language c language is written?
Are the variables argc and argv are always local to main?
Why should I prototype a function?
Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college. 1.write a function to print names of all students who joined in a particular year 2.write a function to print the data of a student whose roll number is given
How to add two numbers with using function?
What are the advantages of using Unions?