What does s c mean in text?
No Answer is Posted For this Question
Be the First to Post Answer
int main() { int *p=new int; *p=10; del p; cout<<*p; *p= 60; cout<<*p; } what will be the output & why?
How #define works?
If an old women's age is the same as her three grand daughters i,mean the number of days old child=the no of weeks old child=no of months old child .The total yrs of all these ppl is 114 yrs...then how old is the old woman? the yr has 365 days..and 30 days each month.
What are the three constants used in c?
what is use of malloc and calloc?
Is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
Write a program in c to print 1 121 12321 1234321 123454321
11 Answers ANR, College School Exams Tests, Mu Sigma, Wipro,
Why can't we initialise member variable of a strucutre
Explain the use of bit fieild.
Should I learn data structures in c or python?
can any one tell that i have a variable which is declared as static but i want this variable to be visible to the other files? how?
Write a program to generate prime factors of a given integer?