User: eyssant

  • Public profile

User profile: eyssant

User info
User name:eyssant
Name:Santosh Kumar Sahu
Website:http://www.alphacodingskills.com/
History
Joined:
Number of posts:10
Latest posts:

Basic Pointer/Address Question
The dereference operator (*) is used with the pointer variable to get the value stored at that addre...

Get the last digit of a number
use %10 to get the last digit of the number.

help i dont understand the question
It is asking for an explanation of compound statement: b = ++a * 5; is equivalent to a = a + 1; b...

Last digit of the factorial of an integer
The code will be: [code]#include <iostream> using namespace std; int main() { int casos;//casos is...

for loop printing number and spaces
[code]#include<iostream> using namespace std; int main() { for(int i=0;i<5;i++) { for(int k=...

This user does not accept Private Messages