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 is the difference between const char *p, char const *p, const char* const p
Accenture, Aricent, CTS, Geometric Software, Point Cross, Verizon,
5 51356What is the output of the program given below
#include
What is the output of the following program
#include
What is the output for the program given below typedef enum grade{GOOD,BAD,WORST,}BAD; main() { BAD g1; g1=1; printf("%d",g1); }
4 10548Give the output for the following program. #define STYLE1 char main() { typedef char STYLE2; STYLE1 x; STYLE2 y; clrscr(); x=255; y=255; printf("%d %d\n",x,y); }
2 7413What is the output for the following program
#include
How can you quickly find the number of elements stored in a a) static array b) dynamic array ?
5 14926
what options are there to implement a multi language site ?
Describe strsplit() in r string manipulation?
Is c++ vector dynamic?
What are the file upload settings in configuration file?
What is the difference between a free-standing and a hosted environment?
Are there any limitations to a WordPress website?
How arrays can be passed to a user defined function
Which is best python or r?
What is oops php?
What is the default session timeout duration and how can it be set?
List the databases supported by codeigniter?
Is it worth to learn django?
What is the key difference between a list and the tuple?
Write a custom function to fetch last insert id in zend framework
Write a recursive program to calculate factorial in c++.