Method Overloading exist in c ?
Answers were Sorted based on User's Feedback
Answer / sunitha.gottipati
Method overloading is not supported by c. it is supported
in java
| Is This Answer Correct ? | 21 Yes | 2 No |
Answer / thavamoorthi
c does not support the method overloading it supported only by object oriented
| Is This Answer Correct ? | 20 Yes | 2 No |
Answer / nagulmmera
Not exit in c,method overloading supported in oop
| Is This Answer Correct ? | 11 Yes | 0 No |
52.write a “Hello World” program in “c” without using a semicolon? 53.Give a method to count the number of ones in a 32 bit number? 54.write a program that print itself even if the source file is deleted? 55.Given an unsigned integer, find if the number is power of 2?
if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0
How many main () function we can have in a project?
Differentiate between declaring a variable and defining a variable?
Differentiate between #include<...> and #include '...'
What is the argument of a function in c?
What is the OOPs concept?
How to declare pointer variables?
Explain Basic concepts of C language?
Calculate 1*2*3*____*n using recursive function??
Explain what is the difference between null and nul?
Write a program to generate prime factors of a given integer?