Hai,I have done with my bachelor of commerce and planing to ms,please suggest me how to convince vo for shifting from commerce to computers.
Visa on 8 DEC 2014
Npu university
No Answer is Posted For this Question
Be the First to Post Answer
What is 1d array in c?
Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.
What are the functions to open and close file in c language?
Why header files are used?
Explain what is a const pointer?
How is actual parameter different from the formal parameter?
What is the value of y in the following code? x=7;y=0; if(x=6) y=7; else y=1;
write a function to swap an array a[5] elements like a[0] as a[5],a[1] as a[4],....a[5] as a[0].without using more than one loop and use one array not to use temp array?
Please write the area of a RIGHT ANGLED TRIANGLE.
write a progam to display the factors of a given number and disply how many prime numbers are there?
What type of function is main ()?
Differentiate between new and malloc(), delete and free() ?