C program execution always begins with
a) #include
b) comment (/*-------*/)
c) main()
d) declaration instructions
What are structure types in C?
how do u find out the number of 1's in the binary representation of a decimal number without converting it into binary(i mean without dividing by 2 and finding out the remainder)? three lines of c code s there it seems...can anyone help
In C programming, how do you insert quote characters (‘ and “) into the output screen?
What are predefined functions in c?
in one file global variable int i; is declared as static. In another file it is extern int i=100; Is this valid ?
Want to know how to write a C program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.
what is the difference between getch() and getchar()?
If we give two names then this displays the connection between the two people. It is nothing but flames game
pick out the odd one out of the following a.malloc() b.calloc() c.free() d.realloc()
What is the difference between functions getch() and getche()?
difference between c and c++?
Given a valid 24 hour format time find the combination of the value and write a program ,do not hard the value and if any other inputs provided should work with the logic implemented Input: 11:30 Output: 13:10 Input: 18:25 Output: 21:58