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?
Write a program which returns the first non repetitive character in the string?
Differentiate fundamental data types and derived data types in C.
Write a C program in Fibonacci series.
Discuss the function of conditional operator, size of operator and comma operator with examples.
With the help of using classes, write a program to add two numbers.
Explain pointer. What are function pointers in C?
What are valid signatures for the Main function?
Describe the complexity of Binary search, Quicksort and various other sorting and searching techniques..
How can you be sure that a program follows the ANSI C standard?
How many levels of indirection in pointers can you have in a single declaration?
How would you rename a function in C?
Can you apply link and association interchangeably?
What are the different types of C instructions?
What are pointers in C? Give an example where to illustrate their significance.