Simplify the program segment if X = B then C ← true else C
← false
No Answer is Posted For this Question
Be the First to Post Answer
write a C program, given number is double without using addt ion and multiplication operator?ex:n=6,ans=12,pls send me ans to goviseenu@gmail.com
What is c language in simple words?
What the advantages of using Unions?
Is boolean a datatype in c?
Can U write a C-program to print the size of a data type without using the sizeof() operator? Explain how it works inside ?
How to print "I Love My India" without using semi colon?
25. It takes five minutes to pass a rumour from one person to two other persons. The tree of rumour continues. Find how many minutes does it take spread the rumour to 768 persons. ?
11 Answers CTS, TCS,
Is main() is used in the program,,see below example? void main() { int i; for(i=0;i<10;i++) main(); } Then what is the output of the program?
Explain what?s happening in the first constructor: public class c{ public c(string a) : this() {;}; public c() {;} } How is this construct useful?
what is a static function
With the help of using classes, write a program to add two numbers.
Differentiate Source Codes from Object Codes