Warm Welcome to all the Freshers!
You can find all possible resources needed for a fresher such as interview tips, previous papers & virtually anything you may need!
Adobe Technical Programming Placement Paper
Number of questions: 10
Total Marks: 10
Time duration: 45 minutes.
Skill: C-Programming
What is the difference between Char a[ ]=”string” and char *a=”String”
What is wrong with the code? The code was for conversion from Celsius to Fahrenheit
degF =5/9*(c+32)
In code this line was wrong as we want 5/9 and that to be multiplied with bracket result. But here 9 will be first multiplied with bracket result.
What are Data breakpoints? Give two scenarios where we make the use of this
What do you mean by Bit fields? Give example
Write the function for changing a number from hexadecimal to integer htoi(s
Compare two binary trees they are same or not.
You have N computers and [Ca, Cb] means a is connected to b and this connectivity is symmetric and transitive. then write a program which checks that all computers are interconnected and talk two each other
WAP to find Depth of tree program. We were given the structure of the node using that we need to write the code.
In binary search we have two comparisons one for greater than and other for less than the mid value. Optimize so that we need to check only once
Write the function so that you get the two dimensional array and memory is assigned to it using malloc function.
NOTE: Usually there are 2papers -
C Programming & Engineering paper & you need to do well in both to MAKE IT THROUGH!
9:29 AM
|
|
This entry was posted on 9:29 AM
You can follow any responses to this entry through
the RSS 2.0 feed.
You can leave a response,
or trackback from your own site.
0 comments:
Post a Comment