what is the diff b/n c and c++ a. dynamic scoping b. nested switching c. declaration of variables in any code block d. separation of compilation and linking
2 6658f(char *p) { p=(char *)malloc(sizeof(6)); strcpy(p,"HELLO"); } main() { char *p="BYE"; f(p) printf("%s",p); } what is the output?
9 21547x:validating :Are we producing product right y:verification:Are we producing right right a)X is wrong statement b)y is " c)x and Y " d)x & y is right statement
1 6493client server is working in asyn mode then how communication will take place bt client and server.
2189If A sends a message to B with encryption then key is a)A public key b)B public key c)A private key d)B private key
2 5409In a class only declaration of the function is there but defintion is not there then what is that function?
5 9458If "AaBbCc" is passed to the char char x(*a) { a[0]?x(a+1):1; printf("%c",a[0]); return 1; } what will be the output?
6 10002f(*p) { p=(char *)malloc(6); p="hello"; return; } main() { char *p="bye"; f(p); printf("%s",p); } what is the o/p?
7 10969which of the following is efficient in terms of space a. insertion sort b. quick sort c. selection d. both a and c
1 3652Post New Hughes Interview Questions
__ no of controls in form.
How do you achieve currency conversion in analytical view?
How to Get property information ?
describe the interaction table in sas di? : Sas-di
Where is the zoom button in word 2010?
How check triggers in sql server?
What are the inputs to the Initiation process? A. Product description, strategic plan, project selection criteria, and historical information B. Product description, strategic plan, project overview document, and historical information C. Strategic plan, project overview document, feasibility study, and historical information D. Product description, strategic plan, constraints, and assumptions
Does windows 10 include outlook?
What is subdeployment in weblogic jms?
What is odata in web api?
How to configure a mail-in laravel?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
Where is tomcat server xml?
What are the basic building blocks of pll?
How to display error messages in the visualforce page ?