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 12762what 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 8574what 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 11402In the following control structure which is faster? 1.Switch 2.If-else and which consumes more memory?
4 7591without 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.
1 1948
Please send ford technologies placement paper 2 my mail id
Write a program using while loop?
How to add / link an images/css/javascript from a view in ci?
PLS U SENS ME INTERVIEW O. MY EMAIL ADD, SOFIYA.SINGH@GMAIL.COM
How to create custom table using drupal module?
hi This is radhika.Can anyone help me to know the question papers of NATIONAL INFORMATICS CENTRE for the post of scientific officer/engineer? if anyone know plz tell me question paper pattern
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
What is the latest version on c++?
How to Determine the last access time of a given file ?
hi send me sample aptitude papers of cts?
How to Change the owner of a component at runtime ?
How to read a 10gb (or larger) file size in python?
Does Kotlin provide any additional functionalities for standard Java packages or standard Java classes?
What is current stable version of laravel?
ATM machine and railway reservation class/object diagram