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 6527f(char *p) { p=(char *)malloc(sizeof(6)); strcpy(p,"HELLO"); } main() { char *p="BYE"; f(p) printf("%s",p); } what is the output?
9 21254x: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 6420client server is working in asyn mode then how communication will take place bt client and server.
2145If 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 5323In a class only declaration of the function is there but defintion is not there then what is that function?
5 9266If "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 9796f(*p) { p=(char *)malloc(6); p="hello"; return; } main() { char *p="bye"; f(p); printf("%s",p); } what is the o/p?
7 10764which of the following is efficient in terms of space a. insertion sort b. quick sort c. selection d. both a and c
1 3571Post New Hughes Interview Questions
What is character functions?
what is Single Byte Overhead...?
Can you update your own content on the site?
If you have an example table, what is the best way to get sizing data for the production table implementation?
How do you mark in html?
What is fairtrade??????????????
types of laps in column
Why delta star trformers are used for lighting loads?
How do you prevent the system from calculating the cost estimate for raw and packing material when you run a standard cost estimate for the finished goods?
Can you name the different types of processor?
What data structure does a binary tree degenerate?
What are the report types?
What is the secondary structure of a protein?
How do we create tensors from python objects?
How to move a project created by another version-control tool to CS-CVS?