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) For a binary tree with n nodes, How many nodes are there which has got both a parent and a child?
3678What is a must for multitasking? a) Process preemption b) Paging c) Virtual memory d) None of the above
9 15785f(x,y,z) { y = y+1; z = z+x; } main() { int a,b; a = 2 b = 2; f(a+b,a,a); print a; } what is the value of 'a' printed
5 8153helllo sir give me some information of the basic information the c as printf ,scanf , %d ,%f and why is the main use of these.
3 7925helllo sir , what is the main use of the pointer ,array ,and the structure with the example of a programe
2 6471what is the behaviour of C and C++ compiler for the below statements. int *p; p = malloc(100); Is the behaviour same ? or different ?
2 5847Find out the bug in this code,because of that this code
will not compile.......
#include
How to get ip address of a server in php?
How can you sort a list?
What is php used for?
Can wordPress use cookies?
How to convert default currency to others in magento?
How does debugging in wordpress work?
What is content drupal?
What are the function closures?
Which function would you use to read a line of data from a file in php?
How can you disable comments in wordpress?
What is the benefit of using an enum rather than a #define constant?
Types of Session handling methods in Django?
How to use form validations in yii?
Do we have to use initialization list in spite of the assignment in constructors?
What is the entry point to a Kotlin program ? Give an example?