What is string function in c?
List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.
what is the output of the following program? main() { int i=-1,j=-1,k=0,l=2,m; m=i++&&j++&&k++||l++; printf("%d %d %d %d %d",i,j,k,l,m); }
Which control loop is recommended if you have to execute set of statements for fixed number of times?
write a program that uses point of sale system. which are mainly used by retail markets, where the is a database inventory list, a slip should be printed for the customer. manage should be able to access what has been sold and what is left from stock?
Which is not valid in C a) class aClass{public:int x;}; b) /* A comment */ c) char x=12;
What is volatile c?
prototype of sine function.
In C language what is a 'dangling pointer'?
Write a simple program to find the size of different basic data types in C.
Write a program to print distinct words in an input along with their count in input in decreasing order of their count
what is the main use of c where it can use the c
Simplify the program segment if X = B then C ← true else C ← false