-
What does static variable mean?
-
What is a pointer?
-
What is a structure?
-
What are the differences between structures and arrays?
-
In header files whether functions are declared or defined?
-
What are the differences between malloc() and calloc()?
-
What are macros? what are its advantages and disadvantages?
-
Difference between pass by reference and pass by value?
-
What is static identifier?
-
Where are the auto variables stored?
-
Where does global, static, local, register variables, free memory and C Program instructions get stored?
-
Difference between arrays and linked list?
-
What are enumerations?
-
Describe about storage allocation and scope of global, extern, static, local and register variables?
-
What are register variables? What are the advantage of using register variables?
-
What is the use of typedef?
-
Can we specify variable field width in a scanf() format string? If possible how?
-
Out of fgets() and gets() which function is safe to use and why?
-
Difference between strdup and strcpy?
-
What is recursion?
-
Differentiate between a for loop and a while loop? What are it uses?
-
What are the different storage classes in C?
-
Write down the equivalent pointer expression for referring the same element a[i][j][k][l]?
-
What is difference between Structure and Unions?
-
What the advantages of using Unions?
-
What are the advantages of using pointers in a program?
-
What is the difference between Strings and Arrays?
-
In a header file whether functions are declared or defined?
-
What is a far pointer? where we use it?
-
How will you declare an array of three function pointers where each function receives two ints and returns a float?
-
what is a NULL Pointer? Whether it is same as an uninitialized pointer?
-
What is a NULL Macro? What is the difference between a NULL Pointer and a NULL Macro?
-
What does the error 'Null Pointer Assignment' mean and what causes this error?
-
What is near, far and huge pointers? How many bytes are occupied by them?
-
How would you obtain segment and offset addresses from a far address of a memory location?
-
Are the expressions arr and &arr same for an array of integers?
-
Does mentioning the array name gives the base address in all the contexts?
-
Explain one method to process an entire string as one unit?
-
What is the similarity between a Structure, Union and enumeration?
-
Can a Structure contain a Pointer to itself?
-
How can we check whether the contents of two structure variables are same or not?
-
How are Structure passing and returning implemented by the complier?
-
How can we read/write Structures from/to data files?
-
What is the difference between an enumeration and a set of pre-processor # defines?
-
what do the 'c' and 'v' in argc and argv stand for?
-
Are the variables argc and argv are local to main?
-
What is the maximum combined length of command line arguments including the space between adjacent arguments?
-
If we want that any wildcard characters in the command line arguments should be appropriately expanded, are we required to make any special provision? If yes, which?
-
Does there exist any way to make the command line arguments available to other functions without passing them as arguments to the function?
-
What are bit fields? What is the use of bit fields in a Structure declaration?
C++ QUESTIONS
- What is a class?
- What is an object?
- What is the difference between an object and a class?
- What is the difference between class and structure?
- What is public, protected, private?
- What are virtual functions?
- What is friend function?
- What is a scope resolution operator?
- What do you mean by inheritance?
- What is abstraction?
- What is polymorphism? Explain with an example.
- What is encapsulation?
- What do you mean by binding of data and functions?
- What is function overloading and operator overloading?
- What is virtual class and friend class?
- What do you mean by inline function?
- What do you mean by public, private, protected and friendly?
- When is an object created and what is its lifetime?
- What do you mean by multiple inheritance and multilevel inheritance? Differentiate between them.
- Difference between realloc() and free?
- What is a template?
- What are the main differences between procedure oriented languages and object oriented languages?
- What is R T T I ?
- What are generic functions and generic classes?
- What is namespace?
- What is the difference between an Abstract class and Interface?
- What is user defined exception?
- What do you know about the garbage collector?
- What is the difference between java and c++?
- In an htm form I have a button which makes us to open another page in 15 seconds. How will you do that?
- What is the difference between process and threads?
- What is update method called?
- Have you ever used HashTable and Directory?
- What are statements in Java?
- What is a JAR file?
- What is JNI?
- What is the base class for all swing components?
- What is JFC?
- What is the difference between AWT and Swing?
- Considering notepad/IE or any other thing as process, What will happen if you start notepad or IE 3 times ? Where three processes are started or three threads are started?
- How does thread synchronization occur in a monitor?
- Is there any tag in htm to upload and download files?
- Why do you canvas?
- How can you know about drivers and database information ?
- What is serialization?
- Can you load the server object dynamically? If so what are the 3 major steps involved in it?
- What is the layout for toolbar?
- What is the difference between Grid and Gridbaglayout?
- How will you add panel to a frame?
- Where are the card layouts used?
- What is the corresponding layout for card in swing?
- What is light weight component?
- Can you run the product development on all operating systems?
- What are the benefits if Swing over AWT?
- How can two threads be made to communicate with each other?
- What are the files generated after using IDL to java compiler?
- What is the protocol used by server and client?
- What is the functionability stubs and skeletons?
- What is the mapping mechanism used by java to identify IDL language?
- What is serializable interface?
- What is the use of interface?
- Why is java not fully objective oriented?
- Why does java not support multiple inheritance?
- What is the root class for all java classes?
- What is polymorphism?
- Suppose if we have a variable 'I' in run method, if I can create one or more thread each thread will occupy a separate copy or same variable will be shared?
- What are virtual functions?
- Write down how will you create a Binary tree?
- What are the traverses in binary tree?
- Write a program for recursive traverse?
- What are session variable in servlets?
- What is client server computing?
- What is constructor and virtual function? Can we call a virtual function in a constructor?
- Why do we use oops concepts? What is its advantage?
- What is middleware? What is the functionality of web server?
Operating System Questions
- What are the basic functions of an operating system?
- Explain briefly about, processor, assembler, compiler, loader, linker and the functions executed by them.
- What are the difference phases of software development? Explain briefly?
- Differentiate between RAM and ROM?
- What is DRAM? In which form does it store data?
- What is cache memory?
- What is hard disk and what is its purpose?
- Differentiate between Complier and Interpreter?
- What are the different tasks of Lexical analysis?
- What are the different functions of Syntax phase, Sheduler?
- What are the main difference between Micro-Controller and Micro- Processor?
- Describe different job scheduling in operating systems.
- What is a Real-Time System ?
- What is the difference between Hard and Soft real-time systems ?
- What is a mission critical system ?
- What is the important aspect of a real-time system ?
- If two processes which shares same system memory and system clock in a distributed system, What is it called?
- What is the state of the processor, when a process is waiting for some event to occur?
- What do you mean by deadlock?
- Explain the difference between microkernel and macro kernel.
- Give an example of microkernel.
- When would you choose bottom up methodology?
- When would you choose top down methodology?
- Write a small dc shell script to find number of FF in the design.
- Why paging is used ?
No comments:
Post a Comment