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 happens if an exception is throws from an object's constructor and from object's destructor?
TCS,
3 7905
What is difference between array and nsarray?
What is php trait?
Explain modulus operator.
Tell me how to set database connection in laravel?
What is string parsing in python?
Given an array all of whose elements are positive numbers, find the maximum sum of a subsequence with the constraint that no 2 numbers in the sequence should be adjacent in the array. So 3 2 7 10 should return 13 (sum of 3 and 10) or 3 2 5 10 7 should return 15 (sum of 3, 5 and 7)
Show the declaration for a pointer to function returning long and taking an integer parameter.
#include show(int t,va_list ptr1) { int a,x,i; a=va_arg(ptr1,int) printf(" %d",a) } display(char) { int x; listptr; va_star(otr,s); n=va_arg(ptr,int); show(x,ptr); } main() { display("hello",4,12,13,14,44); }
What are different types of runtime errors in php?
What is structure padding in c?
What are joomla extensions?
Which modules are added in d7 core modules?
What is a permalink example?
How to install BDE network ?
How to use pagination in cakephp?