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 Output? int a=4 b=3; printf("%d%d%d%d%d%d",a++,++a,a++,a++,++a,a++); printf("%d%d%d%d%d%d",b--,b--,--b,b--,--b,--b);
IBM,
10 16864int main(){ float f=8.0; if(f==8.0) printf("good"); else printf("bad"); } what is the answere and explain it?
3 5295you have a computer with 80GB hard disk and ubuntu 8.04 is installed on entire hard disk.now you have to create a seprate partition for windows OS and install win XP as dual boot.write down the steps involved along with the commands
1 4279simple program of graphics and thier outpu display with a want what is out put of graohics in c language
1 3734
What is a good BDE Alternative?
Explain what is unit in scala?
What is time null in c?
Explain the design patterns used in magento?
in network security,how we identified threat?some one say we found threat according to it's signature,but how we get signature or pattern of the virus?
Which module(s) of python can be used to measure the performance of your application code?
program for insertion ,deletion,sorting in double link list
What is the iunknown interface?
What is action and transformation in spark?
What type of errors can be occurred in php?
Which module used to validate drupal code?
Write a program to reverse a linked list in c.
Tell me how is it possible to know the number of rows returned in result set?
What is the list of backends supported by django ?
What is the word you will use when defining a function in base class to allow this function to be a polimorphic function?