What are control structures? What are the different types?
No Answer is Posted For this Question
Be the First to Post Answer
differentiate built-in functions and user – defined functions.
for(;;) printf("C language") What is out put of above??
2 Answers Practical Viva Questions,
what is call by value and call by reference
What is the most efficient way to store flag values?
Read N characters in to an array . Use functions to do all problems and pass the address of array to function. 1. Print only the alphabets . If in upper case print in lower case vice versa.
in linking some of os executables are linking name some of them
What is return in c programming?
what is the diference between pointer to the function and function to the pointer?
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
writw a program to insert an element in the begning of a doubly linked list
what is the difference between call by value and call by reference?
5 Answers Genpact, Global Logic, Infosys,
How can I trap or ignore keyboard interrupts like control-c?