the 'sizeof' operator reported a larger size than the calculated size for a structure type. What could be the reason?
No Answer is Posted For this Question
Be the First to Post Answer
An instruction which is analysed and acted upon by the processor prior to the compiler going its work a) directive b) constructive c) constant d) absolute mode
write a program for 4 4 3 3 3 3 2 2 2 2 2 2 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 2 2 2 2 2 2 3 3 3 3 4 4
Can a void pointer point to a function?
how to set Nth bit of a variable?
What is a const pointer, and how does it differ from a pointer to a const?
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create.
why in C,C++'s int size is 2 byte and .net(c#) int Size is 4 byte?
What is mean by Data Driven framework in QTP? Can any one answer me in details on this regard.
fun(int x) { if(x > 0) fun(x/2); printf("%d", x); } above function is called as: fun(10); what will it print? }
What is a nested formula?
Write the syntax and purpose of a switch statement in C.
When I tried to go into a security sites I am denied access and a message appeared saying 'applet not initialize'. How can I rectify this problem.