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) main() { int a = 65; printf(“%d %o %x”,a,a,a); } Output 65 101 41 Please explain me.How it is coming like that?
3 7256class CTest { public: void someMethod() { int nCount = 0; cout << "This is some method --> " << nCount; } }; int main() { CTest *pctest; pctest->someMethod(); return 0; } It will executes the someMethod() and displays the value too. how is it possible with our creating memory for the class . i think iam not creating object for the class. Thanks in Advance... Prakash
2289WHAT IS THE DIFFERENCE BETWEEN OBJECT BASED & OBJECT ORIENTD PROGRAMMING LANGUAGE.(GIVE AT LIST 4 PIONT)
TCS,
1 6071suppose we use switch statement and we intilize years name using enum statement like(jan,feb,mar,------dec) we take integer value as an input .question is that the month which we analyz is from 0 to 11 bt if i enter 12 than how he again starts from begning and print jan
1 4434Write a program to find the given number is odd or even without using any loops(if,for,do,while)
4 9814
What is the first message line that any language learning prints on the screen? and why?
How to convert a character to an ascii value?
What is redis?
Write a program to concatenate two strings.
Is magento commerce free?
What is gcd objective c?
Where is drush?
Wrtite a JCL for sorting a file with start from 36 postion lenth 9 excluding a num eq to 98768. for 3 marks mainframe
Is python better than java?
What is mean by data types in c?
Tell me what are system requirement for laravel 5.0?
What does the ios::ate argument do?
Does there exist any other function which can be used to convert an integer or a float to a string?
Does safari support activex?
How do you traverse a btree in backward in-order?