how many keywords are available in 'c' language
a) 32
b) 34
c) 45
d) 48
What is true about the following C Functions (a) Need not return any value (b) Should always return an integer (c) Should always return a float (d) Should always return more than one value
Write a C/C++ program that connects to a MySQL server and displays the global TIMEZONE.
find out largest elemant of diagonalmatrix
Write a C program to read the internal test marks of 25 students in a class and show the number of students who have scored more than 50% in the test. Make necessary assumptions.
Why c is procedure oriented?
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?
say the following declaration is correct nr not. int b=a,n=0;
which is faster execution: loops or recursion?
what is software?
How do I round numbers?
What are the primitive data types in c?
Write a program to find factorial of a number using recursive function.