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) what will be the output of the following program, justify? #define TEST int TEST getdata() { static i; i+=10; return i; } main() { int k; k = getdata(); }
3 5348"I LOVE MY COUNTRY" write a c program to get "COUNTRY MY LOVE I" as the output. Use any other programming language. It is not mandatory to use C.
11 35363how to get second highest salary from a employee table and how get a 5th highest salary from a employee table by using proc sql?
ABC,
2382
What are the key features of cakephp?
What is the difference between a website and a blog?
What is cURL in PHP?
What is the goto statement useful for?
For image work which library is used in php?
When is a conditional statement ended with endif?
Who is the father or inventor of php?
How does csrf token work?
#include
Tell me can wordpress use cookies?
Why header file is used in c?
How to get the value of current session id?
Suppose we have object b and aggregated object c (in- proc server), created by b. Can you access any interface of b from c? What?s the difference between aggregated and contained objects?
What can I create with python?
what is data encapsulation in C++?