write a program to find 2^n+1 ?
No Answer is Posted For this Question
Be the First to Post Answer
what is the definition of incapsulation
What is Object and Class? What are the differences between them?
create a c++ program that will ask 10 numbers and display their sum using array.
how many types of notations are in java
1 Answers National University of Modern Languages (NUML),
what is virtual function?
What is abstraction and encapsulation?
Why do we use class?
#include <iostream> using namespace std; int main() { int a = 2; int c[5][5]; for (int x=0;x<5;x++) { for (int y=0;y<5;y++) { c[x][y] = x*y; } } cout << c[a][c[1][4]]; }
Can a varargs method be overloaded?
what does exactly the linker do?
Why do we need oop?
I am DeePu sotware engineer working with EMC corporation ,recently I had attended mcafee interview . Their questions were at heights of stupidity , I don't know what they want , I am a developer with 4 year experienced .I am listing the questions asked 1:What is the flag in g++ to avoid structure padding 2:In wht order parameters are passed to stack 3:How you will edit code segment of an exe