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) Describe about storage allocation and scope of global, extern, static, local and register variables?
1271Can there be at least some solution to determine the number of arguments passed to a variable argument list function?
1025How do you declare A pointer to function which receives an int pointer and returns a float pointer
1244which one is equivalent to multiplying by 2:Left shifting a number by 1 or Left shifting an unsigned int or char by 1?
1193
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?
How many joomla tables are related with users?
int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;
What is inheritance in objective c?
How will you check table is exists or in the database?
How to share data with views?
Explain me what are the essential features you look for a theme?
Tools used for drawing er diagrams?
What are different storage class specifiers in c?
Explain one-definition rule (odr).
What’s the difference between a for loop and a while loop?
What is active record in php?
Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me
How to initialize nsmutabledictionary in objective c?
Tell me how would you declare a function that receives one parameter name hello?