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) write a c program to do the following: a) To find the area of a triangle. b) To convert the temperature from Fahrenheit to Celsius. c) To convert the time in hours : minutes : seconds to seconds.
1991How about integrating an iKode Newsletter Server at my independent Wordpress blog site? I just wanna visitort can subscribe my blog when they like it and I can send some interested articles or events to them regularly to establish good relationship.
1 3285why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???
1969Can anyone please explain runtime polymorphism with a real time example??at what ciscumstances we go for it??
1 4860what will be the output of this program? void main() { int a[]={5,10,15}; int i=0,num; num=a[++i] + ++i +(++i); printf("%d",num); }
6 8523Write the program with at least two functions to solve the following problem. The members of the board of a small university are considering voting for a pay increase for their 5 faculty members. They are considering a pay increase of 8%. Write a program that will prompt for and accept the current salary for each of the faculty members, then calculate and display their individual pay increases. At the end of the program, print the total faculty payroll before and after the pay increase, and the total pay increase involved.
1 4987main() { int i; printf("%d",scanf"%d",&i))//if the input is 12 24 34 then wat will be the output }
2 3945#include
IIIT,
4 11160let a,b,c be three integer numbers.write a c++ program with a function void rotate 1()such that a->b->c and c->a.
1 4833
What header file is needed for exit(); a) stdlib.h b) conio.h c) dos.h
What is cmodel class in yii2?
What are multibyte characters?
What is php data type?
How to Typecaste a PChar to a longint?
How will you create a template page in wordpress?
Which function would you use to read a line of data from a file in php?
Can a trait extend a class php?
How do you define CONSTANT in C?
What is rest api in php?
If you want to share several functions or variables in several files maitaining the consistency how would you share it?
What are migrations in django?
Single sign on functionality
Which php framework is best for web development?
Can we define function inside main in c++?