what is level of tree if leaf node is at level 4.please
explain.
explain what is a newline escape sequence?
Given an array A[n+m] of n+m numbers, where A[1] ... A[n] is sorted and A[n+1] ... A[n+m] is sorted. Design a linear time algorithm to obtain A[1...n+m] sorted using only O(1) extra space. Time Complexity of your algorithm should be O(n) and Space Complexity O(1).
what will be the output of" printf("%d%d",scanf("%d% d",&a&b));"
difference between c and c++?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
N O S I E R + A S T R A L ---------------- 7 2 5 6 1 3
What extern c means?
What are the features of c languages?
What is page thrashing?
What is the difference between typedef struct and struct?
What is the difference between variable declaration and variable definition in c?
say the following declaration is correct nr not. int b=a,n=0;