Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 561285
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T12:26:02+00:00 2026-05-13T12:26:02+00:00

Recently while surfing some C++ blogs, I came across a small C teaser program

  • 0

Recently while surfing some C++ blogs, I came across a small C teaser program in one of them.

#include<stdio.h>

int find_addr()
{
/*fill your code here*/
}

int main()
{
int i,j;
clrscr();
find_addr();
return 0;
}

The question is to find the address of variables i & j without touching the main function. I haven’t been able to figure it out yet. Feels awful that I couldn’t even solve this minor question :((.

EDIT:

The above program had lot of non-standard statements like the use of inclusion of conio.h anbd other non standard headers and its functions , getch() and other statements, I edited it in a hurry and forgot to omit void from void main(), apologies for that.

EDIT2: I have given my one vote to close this thread since I perceive through the responses posted here that there are non-standard issues related to the question.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-13T12:26:02+00:00Added an answer on May 13, 2026 at 12:26 pm

    I think I found where you read the puzzles. Most of the programs use typeless main(), or worse, void main(). They assume a lot of system- and/or compiler-specific things. The programs on the page are not very good quality, and make for a bad tutorial. Please stay away from it.

    For example, this is the first program:

    what is the output? Definitely the output is not what you think! so think more..

    main()
    {
        int i = 300;
        char *ptr = &i;
        *++ptr = 2;
        printf("%d",i);
        getch();
    }
    

    Third program:

    what is the output of the following code if array name starts with 65486?

    void main()
    {
        int num[] = {10,11,12,13};
        printf("%u %u",num,&num);
    }
    

    I could go on, but there is no need really. As I said, stay away from this page!

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 352k
  • Answers 352k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer The problem is that the C# compiler interprets literal values… May 14, 2026 at 7:36 am
  • Editorial Team
    Editorial Team added an answer You can cleanly solve this with a lambda expression, available… May 14, 2026 at 7:35 am
  • Editorial Team
    Editorial Team added an answer At the very least, there's no point in allocating and… May 14, 2026 at 7:35 am

Related Questions

One of the joys of working for a government healthcare agency is having to
Background: Recently while looking at a structured text editor I noticed they used a
I've been getting an error recently while debugging an ASP.NET application in Visual Studio
Our application uses a SQL Server back-end with many stored procedures. Recently, while trying
I happened upon a brief discussion recently on another site about C# runtime compilation

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.