we compile c program in 32 processor and 64 bit processor .exe file is created in both the processors. if we want to run .exe file in 64 bit processor which is created in 32 bit processor. is that .exe file is run or not if it is not run why?
4 8682void main() { static int i = 5; if(--i) { main(); printf("%d ",i); } } what would be output of the above program and justify your answer? }
5 31321int main() { int x = (2,3,4); int y = 9,10,11; printf("%d %d",x,y); } what would be the output?
7 12682A.C func() { pritnf(" in fuction %d",MACRO); } MAIN.c testfunc() { #define MACRO 10 printf("in test function %d", MACRO); } main() { printf("in main %d",MACRO); func(); testfunc(); getch(); }
2 4924how can i print "hello".please consider inverted commas as well.i want to print on console: "hello"
4 12487int a[3][5]={ {1,2,3,4,5],{2,3,4,5,6},{10,11,12,13,14}}; int *p=&a; printf(ā%dā,*(*(x+1)+3));
2 5081Post New Wipro C Interview Questions
in api coa contains only process impurities and in product coa contains degradation impurities?
What is the function of authoritarian government?
State the difference between delete and delete[].
What are solid color dyeing cotton?
What are the new features in angular 4?
What does winword exe mean?
what is mean by branch predication
why are distributed windings generally used in alternators?
How many datanodes can run on a single Hadoop cluster?
What are the elementary tests you can run?
Are Voice applications supported on this WIC?
which of the following is not an secondary constant a) array b) real c) union
Hibernate SessionFactory is thread safe?
How an expression transformation differs from aggregator transformation?
Differentiate between open loop and close loop control?