find the size of structure without using the size of function
Answer / vinay
struct abc
{
-------------
--------------
-------------
};
struct abc arr[2];
difference btw arr[2] and arr[1]
| Is This Answer Correct ? | 6 Yes | 1 No |
how can i get this by using for loop? * ** * **** * ******
25. It takes five minutes to pass a rumour from one person to two other persons. The tree of rumour continues. Find how many minutes does it take spread the rumour to 768 persons. ?
11 Answers CTS, TCS,
When do we get logical errors?
What's a "sequence point"?
How can you read a directory in a C program?
Which of the following is not an infinite loop ? a.while(1){ .... } b.for(;;){ ... } c.x=0; do{ /*x unaltered within theloop*/ ... }while(x==0); d.# define TRUE 0 ... while(TRUE){ .... }
difference between Low, Middle, High Level languages in c ?
State the difference between x3 and x[3].
Is null always equal to 0(zero)?
Write a program in C for showing working of different logical operator in C. Your program should guide users with proper message/menu on the console.
In which mode we open the file for read,write and append also in c ? a)W b)w+ c)r+ d)a
application areas a 'c' a) operating system b) graphics, interpreter, assembler c) program evalution, communication softwares d) all the above