compare the conditional operator with if-else-if statement.
No Answer is Posted For this Question
Be the First to Post Answer
what are the main points to be included in our introduction when asked in hr...??
Is unit testing possible or even desirable in all circumstances?Provide example to justify your answer.
what is LINUX?
Tl me folder name that has been not changed
What will be the output of the following program : void main() { int a,b,c; scanf("%1d %2d %3d",&a,&b,&c); printf("Sum=%d",a+b+c); } [NOTE : THE USER INPUT IS :123456 44 544] (a)Sum=480 (b)Sum=594 (c)Sum=589 (d)None of these
what does complexity means in an algorithim?? how it is calcutaed?
What is success factors online trainings?
what is the difference between oracle 8i vs 9i
Write a program to maintain a singly linked list having the following functions: a) Creation of the list b) Displaying the list. c) Swap all nodes at consecutive even odd positions. E.g.: The nodes at position 1 should be swapped with node 2, node 3 with node 4 and so on.
There are n points and each point enclose with x and y axis form a rectangle and find the point using a program which forms the smallest rectangle?
What is the fallacy in the following program segment ? int *f1() { int a=5; return &a; } f() int *b=f1() int c=*b; }
as we know that java is a platform independent language, but we need jvm for the same operating system why?