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 8577void main() { static int i = 5; if(--i) { main(); printf("%d ",i); } } what would be output of the above program and justify your answer? }
5 31119int main() { int x = (2,3,4); int y = 9,10,11; printf("%d %d",x,y); } what would be the output?
7 12464A.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 4861how can i print "hello".please consider inverted commas as well.i want to print on console: "hello"
4 12380int 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 4988Post New Wipro C Interview Questions
Explain the terms links and symbolic links with respect to unix?
What is the command syntax that tells you whether you are on the master server or not? And how many master does mongodb allow?
What is sql loader? Explain the files used by sql loader to load file?
how you can install an extension in Joomla?
What is buffer?
What’s a way to append a value to an array?
What is polymorphism in term of oop (flash actionscript)? : adobe flex action script
WET BULB TEMPERATURE AND DRY BULB TEMPERATURE?
How are Structure passing and returning implemented by the compiler?
How do you animate in powerpoint 2016?
What does dba stand for database?
what are risks and contigencies(solutions) of an ecommerce (online shopping and bidding project)application?we describe this in Test plan can anyone tell me abt this?
Which automation tools can be used for post-launch validation with continuous integration?
introduce yourself and tell us something apart from the resume.
What are the features of php?