IndiaBIX.com
Arithmetic Aptitude Data Interpretation
Logical Reasoning Verbal Reasoning Non Verbal Reasoning
General Knowledge
Sudoku Number puzzles Missing letters puzzles Logical puzzles Playing cards puzzles Clock puzzles
C Programming C++ Programming C# Programming Java Programming
Microbiology Biochemistry Biotechnology Biochemical Engineering
Civil Engineering Mechanical Engineering Chemical Engineering Networking Database Questions Computer Science Basic Electronics Digital Electronics Electronic Devices Circuit Simulation Electrical Enigneering Engineering Mechanics Technical Drawing
Placement Papers Group Disucssion HR Interview Technical Interview Body Language
Aptitude Test Verbal Ability Test Verbal Reasoning Test Logical Reasoning Test C Programming Test Java Programming Test Data Interpretation Test General Knowledge Test
Data Structures Operating Systems Networking DATABASE Database Basics SQL Server Basics SQL Server Advanced SQL Server 2008 JAVA Core Java Java Basics Advanced Java UNIX Unix File Management Unix Memory Management Unix Process Managemnt C Interview Questions The C Language Basics .NET Interview Questions .NET Framework ADO.NET ASP.NET Software Testing

Companies

Placement Papers - Cadence

@ : Home > Placement Papers > Cadence > View Paper
Cadence Placement Paper (Technical-C & Unix)
Rated : +1 , -0

Paper: Cadence Placement Paper (Technical-C & Unix)

C & UNIX
 
  1. What does chmod 654 stand for.

2. Which of following is used for back-up files?
(a) compress (b) Tar (c) make (d) all the above Ans : b

3. what does find command do ? Ans : search a file

4. what does " calloc" do?
Ans : A memory allocation and initializing to zero.

5. what does exit() do?
Ans : come out of executing programme.

6. what is the value of 'i'?
i=strlen("Blue")+strlen("People")/strlen("Red")-strlen("green")
Ans : 1

7. i=2
printf("%old %old %old %old ",i, i++,i--,i++);

8. Using pointer, changing A to B and B to A is Swapping the function using two address and one temporary variable. a,b are address, t is temporary variable. How function look like?
Ans : swap(int *, int *, int )

9. In 'o' how are the arguments passed?
ans : by value.

10. Find the prototype of sine function.
Ans : extern double sin(double)

11. Scope of a global variable which is declared as static?
ans : File

12. ASCII problem
i=..
ans : 6

13. what is the o/p
printf(" Hello o is the world ");
Ans : Hello is the world.

14. Clarifying the concept addresses used over array ; ie changing the address of a base element produces what error?

15. child process -- fork
child shell -- sh

16. Answer are lex 7 yacc & man read these things in UNIX

17. What is int *p(char (*s)[])
Ans : p is a function which is returning a pointer to integer which takes arguments as pointer to array of characters

Like this?   +1   -0



© 2008-2013 by IndiaBIX™ Technologies. All Rights Reserved | Copyright | Terms of Use & Privacy Policy

Contact us: info@indiabix.com     Follow us on twitter!