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) If "AaBbCc" is passed to the char char x(*a) { a[0]?x(a+1):1; printf("%c",a[0]); return 1; } what will be the output?
6 9834f(*p) { p=(char *)malloc(6); p="hello"; return; } main() { char *p="bye"; f(p); printf("%s",p); } what is the o/p?
7 10793which of the following is efficient in terms of space a. insertion sort b. quick sort c. selection d. both a and c
1 3586
What do you mean by enumerated data type?
What is zend engine?
Can you remember what is directory structure when you downloaded yii?
program to find out date after adding 31 days to a date in the month of febraury also consider the leap year
Tell us can I rename the wordpress folder?
Does activex work on mac?
What is control structure in R?
Difference between delete and free.
List the difference between a While & Do While loops?
What are the types of pointers?
What are deferred providers in laravel?
Are pointers really faster than arrays?
How to register a variable in PHP session?
Is wordpress the most popular cms?
find the sum of two matrices and WAP for it.