What is the output of the program given below
#include
What is the output of the following program
#include
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 10554Give 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 7421What is the output for the following program
#include
Post New ADITI C Interview Questions
Where is the socket located?
How can you send request to amazon s3?
I’m setting up different page layouts for different user profiles. As a system administrator, is there another way to see what the user sees instead of them granting login access to you?
What is @enableautoconfiguration?
Where is the outlook exe file in windows 10?
Is sql server implemented as a service or an application? : Sql server database administration
What is the shortcut to delete a blank page in word 2007?
Is string serializable in java?
Define word?
Explain the dashboard component of Visualforce Page?
What is method overloading in scala?
which opamp don’t have feedback loop?
How to viewing the angular 4 apps in a browser using ionic 3 cli?
What is meant by read lock? : sap abap data dictionary
How do you print only part of a string?