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 constant pointer and pointer to a constant. Give examples.
TCS,
4 12504what is the output of the following program? main() { int c[]={2,8,3,4,4,6,7,5}; int j,*p=c,*q=c; for(j=0;j<5;j++) { printf("%d",*c); ++q; } for(j=0;j<5;j++) { printf("%d",*p); ++p; } }
4 8345what is the output of the following program? main() { int i=-1,j=-1,k=0,l=2,m; m=i++&&j++&&k++||l++; printf("%d %d %d %d %d",i,j,k,l,m); }
7 11108In the following control structure which is faster? 1.Switch 2.If-else and which consumes more memory?
4 7336without selecting individually each field in Action Class from jsp,what is the best process to select as many as field at a time automatically from jsp page by using value object class.
1871
Describe how arrays can be passed to a user defined function
What is the function of inheritance in delphi?
What is a ‘Scala map’?
what are the advantages of sap on other software ?
What are option, some and none in scala?
Why do arrays have a 0 in it?
Explain the difference between #include "..." And #include <...> In c?
What is interface in oop?
Will I be able to get a picture in D drive to the c++ program? If so, help me out?
Where can we obtain the help file for the VtChart component?
What are the popular JVM Languages available now?
Is a web site on WordPress secure?
How do I login as an administrator?
What is basic codeigniter url structure?
What are the built-in types of python?