Company Name Starts with ...
#  A  B  C  D  E   F  G  H  I  J   K  L  M  N  O   P  Q  R  S  T   U  V  W  X  Y  Z

ADITI C Interview Questions
Questions Answers Views Company eMail

What is the output of the program given below #include main() { char i=0; for(;i>=0;i++) ; printf("%d\n",i); }

21 32935

What is the output of the following program #include main() { int i=0; fork(); printf("%d",i++); fork(); printf("%d",i++); fork(); wait(); }

8 17889

What is the memory allocated by the following definition ? int (*x)[10];

4 16833

What is the memory allocated by the following definition ? int (*x)();

2 8145

What is the output for the program given below typedef enum grade{GOOD,BAD,WORST,}BAD; main() { BAD g1; g1=1; printf("%d",g1); }

4 9034

Give the output for the following program. #define STYLE1 char main() { typedef char STYLE2; STYLE1 x; STYLE2 y; clrscr(); x=255; y=255; printf("%d %d\n",x,y); }

2 6491

#ifdef TRUE int I=0; #endif main() { int j=0; printf("%d %d\n",i,j); }

3 7388

What is the output for the following program #include main() { char a[5][5],flag; a[0][0]='A'; flag=((a==*a)&&(*a==a[0])); printf("%d\n",flag); }

5 9260

write a Program to dispaly upto 100 prime numbers(without using Arrays,Pointer)

26 76405

how to make program without <> in library.

1 3493

Post New ADITI C Interview Questions




Un-Answered Questions

i got a case study in which theie is a chemical company group which has 12 companies in all, few in Europe and few in USA, my question is should i have only 2 COA as per the standard like US GAAP and IFRS or should i have COA based on country location.

1541


A negative result from an SV calculation means which of the following? A. PV is higher than EV. B. PV equals one. C. EV is higher than PV. D. EV is higher than AC.

950


mention the option (along with argument type) used in a cics command to retrieve the response code after execution of the command?

884


Explain "overtime"?

5


What is the scope of rpa in the future?

1






what is difference between mail sendig in .net 1.1 and .net 2.0

2217


What are laravel contract’s?

515


How to transfer the objects? Have you transferred any objects ?

2521


If anybody have knowledge about opening for the post of accountant(for Gurgaon/Delhi) kindly mail me verma_moti@yahoo.co.in. I am handling accounting sales tax/vat,Excise,service Tax,Tds and MIS.

1574


What laptops have microsoft word?

399


My company's accountant use two different way to calculate Depreciation,one as per Companies Act and another rate for Income Tax calculation. Why we have to use two way to calculate it? Can we just use one way to calculate?

1746


What is the order of precedence for css?

393


What should be done in case you get a message saying “please enter the correct username and password” even after entering the right details to log in to the admin section?

432


What do you understand by the term ‘transformation’?

649


Does Robotic Process Automation require coding?

5