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 would be the output of the following program? main() { int k = 123; char *ptr; ptr = &k; printf("%d",*ptr); }
4 7390what would be the output of the following program main() { int a[] = {1,2,3,4,5}; int *ptr = {a,a+1,a+2,a+3,a+4}; printf("%d %d %d %d",a,*ptr,**ptr,ptr); } }
1 3745hi..this is kartheek..complted mca in 2009..but i dont have knowledge in programing..but to learn new language.. which one is suitable for me?is SAP or IBM mainframes is suitable for me..?if it suits how much will it costs..?pls answer...
2003hi..this is kumar...how m,uch time req for php preparation?is any coaching avaiable in vizag for php?
3 4887int main() { int i=1; switch(i) { case '1': printf("hello"); break; case 1: printf("Hi"); break; case 49: printf("Good Morning"); break; } return 0; }
3 8212can any one tell that i have a variable which is declared as static but i want this variable to be visible to the other files? how?
2 4706
Explain object serialization?
What is the usage of the lattice package in R?
What is a union?
What tools can help find bugs or perform the static analysis?
Which will check if a function exists?
What are the steps should be followed for installing wordpress?
What are the limitations of wordpress?
Out of fgets() and gets() which function is safe to use?
What are cms platforms?
How to integrate external scripts with zend framework ?
What is the default visibility modifier and also list the different types of modifiers?
How to run the interactive php shell from the command line interface?
7-Given an index k, return the kth row of the Pascal's triangle. For example, when k = 3, the row is [1,3,3,1]. For reference look at the following standard pascal’s triangle.
What are some of the features which are there in Kotlin but not In Java?
What is rest api laravel?