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 for the below program? void main() { float me=1.1; double you=1.1; if(me==you) printf("love c"); else printf("know c"); }
7 10437What is the output of the below program and how it is? void main() { static int var=5; printf("%d",var--); if(var) main(); }
8 19836do u print this format '(((())))'. This brackets is based on user input like 4 or 5 or 6,without using any loop's?
1 3963write a function to swap an array a[5] elements like a[0] as a[5],a[1] as a[4],....a[5] as a[0].without using more than one loop and use one array not to use temp array?
1 4305write a function that accepts an array A with n elements and array B with n-1 elements. Find the missing one in array B,with an optimized manner?
2 5027write a program that prints a pascal triangle based on the user input(like how many stages) in an efficient time and optimized code?
3 7104write a function that accepts an integer/char array and an search item.If the search item is there in the array return position of array and value else return -1.without using other array,without sorting,not to use more than one loop?
3 5221
What is a Encryption Process ?
What are the similarities between c and c++?
What is the difference between Struts and JSF? Pls list some most suitable differences.
Tell me what are different methods to copy an object in python?
What is python’s standard way of identifying a block of code?
What is the main use of c++?
What does append () do in python?
How can we change the value of a constant?
How to get current page uri in django template.
When I tried to go into a security sites I am denied access and a message appeared saying 'applet not initialize'. How can I rectify this problem.
What is easiest way to get the PL/i compiler,I didn't have found the compiler in my library. Is there any extra cost if we want to access the PL/1 programs?Actually we r having Mainframe rented training Ids
What is rvm?
Does copy increase retain count?
How do I delete categories in wordpress 2019?
Explain what math functions are available for integers? For floating point?