Explain high-order bytes.
Given an array of 1s and 0s arrange the 1s together and 0s together in a single scan of the array. Optimize the boundary conditions?
How will you delete a node in DLL?
What is nested structure?
write a program to print calender using for loop.
Explain what is the use of a semicolon (;) at the end of every program statement?
what is difference between array,strutter,union and pointers
3 Answers CTS, Lovely Professional University, Mannar Company,
What type is sizeof?
main() { int i,j,A; for(A=-1;A<=1;A++) prinf("%d\t",!!A); }
int i[2], j; int *pi;i[0] = 1; i[1] = 5; pi = i; j = *pi + 1 + *(pi + 1)Value of j after execution of the above statements will be a) 7 b) 6 c) 4 d) pointer
What is a const pointer?
what is the advantage of software development
What is C language Terminator?