User Profile

Collapse

Profile Sidebar

Collapse
zack23
zack23
Last Activity: Mar 31 '23, 06:37 AM
Joined: Aug 4 '22
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • zack23
    replied to What is the call by value in function?
    in C
    In programming, call by value is a method of passing arguments to a function. When a function is called with arguments passed by value, a copy of the argument is created and passed to the function. This means that any changes made to the parameter within the function do not affect the original argument in the calling code.

    For example, if a function is called with an integer value of 5, the function receives a copy of the value 5....
    See more | Go to post

    Leave a comment:


  • zack23
    replied to How can i display list without Bullets?
    You should do the list style none <ul style = "list-style:none"></ul> then you got the list without bullets.
    Reference link.
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...