RAM chips arranged in 4X6 array and of 8kX4bit capacity each. How many address lines reqd. to access each byte a. 12 b. 16 c.15 d. 17
5 12247Given a arbitrary pointer to an element in a singly linked list?what is the time complexity for its deletion .
1 5161what 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 6656x: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 6491client server is working in asyn mode then how communication will take place bt client and server.
2185If 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 5401In a class only declaration of the function is there but defintion is not there then what is that function?
5 9454If "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 10000f(*p) { p=(char *)malloc(6); p="hello"; return; } main() { char *p="bye"; f(p); printf("%s",p); } what is the o/p?
7 10953Post New Hughes Interview Questions
What are disadvantages of REST web services?
what is repartitioning and why we are doing it in sap bi/bw
How many types of session in ASP.NET
reasons for popularity of consumer credit in india
How do you execute a file?
how do you truncate a table using entity data model?
difference between vat 47 & vat 49
How arrow function is used in react?
Explain the difference allen bradley and siemens plc
Name an api used for logging in java?
What does sizeof int return?
What is the limitation of AJAX ?
Where do you code the hide statement?
Enumerate or identify the parts of purifier bowl assembly
How to insert data into database using spring mvc and hibernate?