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) void main() { //char ch; unsigned char ch; clrscr(); for(ch =0;ch<= 127; ch++) printf(" %c= %d \t ", ch, ch); } output?
4 8047#include
main() { static char *s[]={"black","white","yellow","voilet"}; char **ptr[]={s+3,s+2,s+1,s}, ***p; p=ptr; **++p; printf("%s",*--*++p+3); }
1 24541. Consider the following input and generate the object code using single pass assembler. JOHN START 0 USING *,15 L 1,FIVE A 1,FOUR ST 1,TEMP FOUR DC F’4’ FIVE DC F’5’ TEMP DS ‘F END
2830
Apart from dennis ritchie who the other person who contributed in design of c language.
How to return a value back to the function caller?
Tell me what are the feature of laravel 5.0?
Tell me can the value of a constant change during the script's execution?
How can you create an empty plugin which have basic options like activate, deactivate etc.?
What is python orm?
Explain argument and its types.
What is an abstract class in scala?
Mention what is the command to create a migration?
How to use the Find Error entry under the search heading of the menu bar?
List some applications of c programming language?
What does void main return?
Explain ODBC Constraints ?
What are the Severity Levels in Laravel ?
Should I learn python or scala?