Python Related (3312)
PHP Related (7341)
Scala (340)
R Programming (396)
Kotlin (184)
Apache Groovy (39)
Ruby (245)
Go Programming Language (139)
Objective-C (429)
Programming Languages AllOther (746) enum DAY { sunday, monday, tuesday }; enum EDAYS { friday, saturday, sunday }; void main() { int i =0; if( i == sunday) { printf("%d",i); } } what would be the output?
TCS,
4 8210int main() { int x = (2,3,4); int y = 9,10,11; printf("%d %d",x,y); } what would be the output?
7 12474WRITE A C PROGRAM FOR PRINT "RHOMBUS" STRUCTURE . Example: Enter the numbers :3 * * * * * * * *
3 16327write a program that eliminates the value of mathematical constant e by using the formula e=1+1/1!+1/2!+1/3!+
1 4568write a c program to calculate the income tax of the employees in an organization where the conditions are given as. (I.T. = 0 if income <100000 I.T = 10% if income _< 200000 it = 20% if income >_ 200000)
Consultancy, DBU, FD, JK Associates, Kobe, Satyam,
7 89155in a town the percentage of men is 52 the percentage of total literacy is 48 if total percentage of literate men is 35 of the total population write a program to find the total no of the literate men and women if the population of the town is 80000
3 26353
Write code to print everything in the string except the spaces.
What is the use of endl?
What are the limitations of wordpress?
What are the template files list for development wordpress theme?
How to install a new module in drupal?
What are the disadvantages of a shell structure?
How to start and stop valet?
What is shortcode in wordpress?
How do you find the length of a string in php?
Why reusing or inheriting from a Remote Data Module is not a good idea?
Explain form element decorators in zend framework2?
What language is magento?
How to define a function with any number of arguments?
What are header files why are they important?
Is there any function that can skip certain number of characters present in the input stream?