How To Exam?

a knowledge trading engine...


SRM University 2007 B.Tech Information Technology BANK : IT 102 - PROGRAM DESIGN AND DEVELOPMENT - Question Paper

Wednesday, 30 January 2013 09:05Web
2. List out the difference ranging from Arrays & Structures.
3. provide the syntax for structure.
4. What is the use of structure?
5. What do you meant by structure elements?
6. What do you meant by Structure tag? provide an example.
7. elaborate the important factors to consider, while you defining the structure?
8. What is the use of dot (.) operator in structure?
9. provide an example for initializing values to structure variable.
10. How will you analyze the marks found by class of students using structure?
11. What do you meant by Nested structure? provide an example.
12. What is meant by Arrays of structure?
13. elaborate the three approaches to pass the structure members to function call?
14. elaborate the important points associated with called function using structure variable?
15. What is the general format of sending a copy of a structure to a called function? provide an example.
16. What is the difference ranging from structure & union?
17. provide the storage format of structure: (For this ex)
data = ‘harikrishna’ , 25, 90.5, 93.5
18. describe ‘Bit field’.
19. What is the use of bit field?
20. provide the general format of bit field definition.
21. How can you decide a bit-length value? If bit-length is ‘N’, what is the largest value to be stored?
22. List out the important points to observe the bit field?
23. Could you use ‘scanf’ in bit field? Justify with an example.
24. Identify. What is wrong in the subsequent structure definition:
struct
{
int no;
float price;
}
main()
{
----
----
}
25. Design a structure named ‘cricket’ that will define the subsequent information:
player name, team name, batting avg..
26. define the meaning & purpose of subsequent terms: Template & Tag.
27. What is the use of the ‘size of’ & ‘struct’ keywords?
28. How can you say the union is effectively reducing the memory size than structure?
29. elaborate the various types of Bitwise operators?
30. describe ‘Bitwise operators’.
31. elaborate the various kinds of logical bitwise operators?



( 0 Votes )

Add comment


Security code
Refresh

Earning:   Approval pending.
You are here: PAPER SRM University 2007 B.Tech Information Technology BANK : IT 102 - PROGRAM DESIGN AND DEVELOPMENT - Question Paper