Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

What will be the output of the following C code? #include void fun(char *k) { printf(%s, k); } int main() { char s[]=hello; }

 

What will be the output of the following C code? #include void fun(char *k) { printf("%s", k); } int main() { char s[]="hello"; } fun(s); return 0;

Step by Step Solution

3.33 Rating (150 Votes )

There are 3 Steps involved in it

Step: 1

The given C code defines a function fun that takes a pointer to a character char as an argument ... blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Data Structures Using C A Practical Approach For Beginners

Authors: Amol M Jagtap, Ajit S Mali

1st Edition

1000470741, 9781000470741

More Books

Students also viewed these Programming questions

Question

What are the parts of a linked list?

Answered: 1 week ago

Question

2. In which brain areas do new neurons form in adults?

Answered: 1 week ago