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) Heyyy All, Just a challenge . A C program with if Else if(){ /// insert sumthing print ("in if") // insert sumting } else { ///// insert sumthing print ("in else"); //// insert sumthing } can anyone modify it so that program prints. if and else both
3 4992#include
output for following code??? main() { int x=2,y,z; x*=3+2; printf("1.%d\n",x); x*=y=z=4; printf("2.%d %d %d\n",x,y,z); x=y==z; printf("3.%d\n",x); x==(y=z); printf("%d",x); }
2 4438total amount of milk produced each morning and then calculates and outputs the number of cartons needed for this milk , the cost of producing the milk and the profit from producing this milk.
1 2653Write a c program for sum of first n terms of the series S = 1 - (1/3) + (1/5) -(1/7) + (1/9) ......
2 5974I have written a source code in php but I do not know how to compile that and conduct it with a website please explain me the how to compile that ?
1 3742why we are declare the function in the abstract class even though we are declaring it in Derived class?
TCS,
1 4129#define FALSE -1 #define TRUE 1 #define NULL 0 main() { if(NULL) puts("NULL"); else if(FALSE) puts("TRUE"); else puts("FALSE"); }
1 9192
Tell me what are different methods to copy an object in python?
to take three string inputs in a two dimensional array of 3 rows and 15 columns and write a function that prints them.
daily Routine of father
What is the latest version of scala?
What is the current stable version of php? What advance thing in php7?
What is lateinit modifier?
How is the latest version of joomla?
I want sample papers for NIC Examination. Plz send them to my mail Id das.neelam@gmail.com . Plz send it today, tomorrow i've the exam.
Mainly Related to Oracle, DBMS , Oracle Stored Procedures, Functions, Oracle 9i Architecture, Redo logs..., Views,
i have a written test for microland please give me test pattern
How to Determine the last access time of a given file ?
What is trait in php?
Do you know what is the current version of wordpress?
Do you know what version of laravel do you generally use?
Which variable declarations within a class is invalid in php?