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) what are the advantage of pointer variables? write a program to count the number of vowels and consonants in a given string
3 6755Write a C program to calculate the salary of each employee in your company. You need to input the hours worked and the hourly rate. The company pays 1.5 times the hourly rate for all hours worked in excess of 48 hours. Use the formulas below to calculate the salary: if employee worked less than 48 hours salary = hours * rate; if employee worked more than 48 hours salary = 48.0 * rate + ( hours − 48.0 ) * rate * 1.5; You are required to use a loop to produce the sample output as given below.
1 13096There are 2 classes defined as below public class A { class B b; } public class B { class A a; } compiler gives error. How to fix it?
3 7517where is memory for struct allocated? where is memory for class-object allocated? I replied for struct in stack and for class-object in heap. THen he asked if class has struct member variable what happens.class on heap and what about struct in that class? couldnt ans :( :-?
2 10758
Write a program to retrieve the view object within plugin?
How much is magento cloud?
sample and simple coding where we get?
What is 2c dna?
What is Different between Joomla And Magento?
Explain what is meant by high-order and low-order bytes?
Can we run c program in turbo c++?
What programming language should I learn first?
Is c++ built on c?
How long will drupal 7 be supported?
how to convert the data from HTML file to SAS dataset?
Why do lambda forms in python not have the statements?
What are the example of services?
What is class extension?
Tell me can you extend a final defined class?