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 51161What 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 10430Give 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 7310What 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 14747
What are different types of pointers?
How do you set module name, controller name, and action name in zend framework?
How are strings stored in c?
How do you use inheritance in unity?
what is delegate and how works delegate and event.
Where are wordpress themes stored?
List the issue that the auto_ptr object handles?
What is the basic function to search files for lines (or other units of text) that contain a pattern.
How can you removed from array in ruby?
What is a variable cost example?
Where are activex controls stored?
What is monkey Patching in python?
What is the meaning of 2d in c?
How to configure database in django?
Why php is sometimes called as embedded scripting language?