How do you determine whether to use a stream function or a low-level function?
Can the sizeof operator be used to tell the size of an array passed to a function?
How a string is stored in c?
change to postfix a/(b+c*d-e)
int i; i=2; i++; if(i=4) { printf(i=4); } else { printf(i=3); } output of the program ?
Write a program to swap two numbers without using a temporary variable?
1.What is a Data Structure? Explain its need? 2.What is a Directed Graph? Write an algorithm to find whether a Directed Graph is connected or not? 3.Explain the process of converting a Tree to a Binary Tree.
What are control structures? What are the different types?
Difference between pass by reference and pass by value?
Define Array of pointers.
What is meant by keywords in c?
write a program to find out prime number using sieve case?
a C prog to swap 2 no.s without using variables just an array?