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) In the below code, how do you modify the value 'a' and print in the function. You'll be allowed to add code only inside the called function. main() { int a=5; function(); // no parameters should be passed } function() { /* add code here to modify the value of and print here */ }
1 3144through which algorithm does the garbage collector works? how the garbage collector will understand that the object will going to be deleted?
2529Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
CTS,
2574Snake Game: This is normal snake game which you can find in most of the mobiles. You can develop it in Java, C/C++, C# or what ever language you know.
3014Hi can you please help for the following. I have a ASP.Net web page I want to print the whole page how is it possible? I want It in ASP also.Please send me the solutions dipankar.hazari@gmail.com . Thanks in advance.
2731
What are the 5 organizational structures?
Why c++ is created?
What are the immutable build-in data types of python?
Tell us how can we access the data sent through the url with the post method?
How to set the default form font in Delphi?
Is c# a good language?
Do you need classes in python?
How do I set up a subdomain?
How to Use JPEGs from resource files ?
If you are ever stuck in an infinite loop, how will you break out of it?
What are the types of pointer?
What are the advantages and disadvantages of Kotlin?
Write a program to swap two numbers without using third variable in c?
Is wordpress hosting free?
IS IT NECESSARY TO INITIALIZE VARIABLE? WHAT IF THE INSTANCE VARIABLE IS DECLARED final ? IS IT NECESSARY TO INITIALIZE THE final VARIABLE AT THE TIME OF THEIR DECLARATION?