Skip to content
  • Home
  • Blogs
  • QNA
    • Community
    • Ask
    • Questions
  • Explore
    • Tools
    • Computer Science
    • Electrical
    • Electronics
    • Digital Marketing
    • Technology
    • Hiring Process
    • Interview Questions
    • Roadmap
    • Comparison
    • What Is
    • Project
    • Top Things
    • TechNews
  • News?
  • Login
newlogo of cs Electrical And Elect
  • Home
  • Blogs
  • QNA
    • Community
    • Ask
    • Questions
  • Explore
    • Tools
    • Computer Science
    • Electrical
    • Electronics
    • Digital Marketing
    • Technology
    • Hiring Process
    • Interview Questions
    • Roadmap
    • Comparison
    • What Is
    • Project
    • Top Things
    • TechNews
  • News?
  • Login

Simple pointer code?

All Questions › Category: C Language › Simple pointer code?
0 Vote Up Vote Down
chetan shidling asked 4 years ago

I need code.

1 Answers
0 Vote Up Vote Down
John answered 4 years ago

#include <stdio.h>
int main()
{
int *num, *num2;
int num1 = 4;

num = &num1;
printf(“%d number”,*num);
return 0;
}

Proudly powered by WordPress | RealEstate Pack Lite by Wp Theme Space.

WhatsApp us