PLS U SENS ME INTERVIEW O. MY EMAIL ADD, SOFIYA.SINGH@GMAIL.COM
No Answer is Posted For this Question
Be the First to Post Answer
how to calculate the time complexity of a given algorithm? pls give exaples..mainly for the coplexities such as O(log n),O(n log n)...
Why is main function so important?
what do you mean by defining a variable in our c code?
What is a pointer in c plus plus?
What are the types of type specifiers?
Write a program to display all the prime nos from 1 to 1000000, your code should not take time more than a minute to display all the nos.
Software Interview Questions
Look at the Code: main() { int a[]={1,2,3},i; for(i=0;i<3;i++) { printf("%d",*a); a++; } } Which Statement is/are True w.r.t the above code? I.Executes Successfully & Prints the contents of the array II.Gives the Error:Lvalue Required III.The address of the array should not be changed IV.None of the Above. A)Only I B)Only II C)II & III D)IV
how to build a exercise findig min number of e heap with list imlemented?
write a programme that inputs a number by user and gives its multiplication table.
how we can say java is platform independent, while we require JVM for that particular Operating System?
how to swap two integers 1 and 32767 without using third variable