What is the difference between void main() and void main (void) give example programme?
No Answer is Posted For this Question
Be the First to Post Answer
What is double pointer?
What does p mean in physics?
What is the explanation for modular programming?
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
write a own function to compare two strings with out using stringcomparition function?
write a program to swap bits in a character and return the value prototype of function char fun (char a, charb flag c) where fun returns a char, char a is a the value char b is the bit to be changed and flag c is the bit value for eg: x=fun(45,7,0) since 45 is 0010 0101 and ow x should contain the value 65 (0110 0101)
1 Answers Bosch, College School Exams Tests,
a character variable can at a time store a) 1 character b) 8 characters c) 254 characters d) none of the above
how to print 2-D array using a single for loop?
2 Answers Mind Tree, TCS, Value Labs,
Convert a distance from miles to kilometers .there are 5280 feets per mile,12 inches per foot .2.54 centimeters per inch and 100000centimeters per kilometer
What is the difference b/w main() in C language and main() in C++.
Why is c not oop?
Is c still relevant?