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?
3729What is a must for multitasking? a) Process preemption b) Paging c) Virtual memory d) None of the above
9 16066f(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 8368helllo 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 8059helllo sir , what is the main use of the pointer ,array ,and the structure with the example of a programe
2 6538what is the behaviour of C and C++ compiler for the below statements. int *p; p = malloc(100); Is the behaviour same ? or different ?
2 5918Find out the bug in this code,because of that this code
will not compile.......
#include
What is get_instance in codeigniter?
What command line can be used to load data into django?
With the help of using classes, write a program to add two numbers.
Write the full form MANOVA and why is it used?
Is a pointer a kind of array?
Is c the same as c++?
How good is django python?
What are the advantages of a anonymous function/function literal in scala?
What is the general form of #line preprocessor?
What is a for loop in python?
Which should be more useful: the protected and public virtuals?
What is rtti in c++?
What is graph in c?
Explain what does $_server means?
What is php explain how php works?