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 8570void main() { static int i = 5; if(--i) { main(); printf("%d ",i); } } what would be output of the above program and justify your answer? }
5 31101int main() { int x = (2,3,4); int y = 9,10,11; printf("%d %d",x,y); } what would be the output?
7 12458A.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 4858how can i print "hello".please consider inverted commas as well.i want to print on console: "hello"
4 12365int 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 4983Post New Wipro C Interview Questions
What is the repl in context of node.js?
How can I check if a view exists in a sql server database?
How to get the Database server details in java program?
What are the after effects?
Is cyclotetrane aromatic?
Explain why Navie Bayes is so Naive?
what is the clear formula to calculate cable size for a load
What is the component present in persistence layer in the hana db? : hana modeling
Is it possible to create parallel approval process (ability for multiple user to approve or reject a record)? : salesforce workflows and approval process
What is cocoa touch framework in ios?
What do u mean by thread safe?
Why do you use abstract classes?
Dear All, Could any body send me the format of Delivery Challan? What is Even Transfer and Branch Transfer?Please let me know if any body knows? ekathirvel@gmail.com
How do you make a spreadsheet formula?
What is the use of service provider?