User Profile

Collapse

Profile Sidebar

Collapse
Shivam18
Shivam18
Last Activity: Jul 8 '22, 10:26 AM
Joined: Jun 24 '22
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Best JavaScript Frameworks in 2022

    1- React

    React JavaScript Framework
    Learn Once, Write Anywhere


    The most popular JavaScript framework as of today, React was created by Jordan Walke, a software engineer at Facebook (recently rebranded as Meta) in 2011. By many developers, it is regarded as the ideal framework for creating dynamic and interactive user interfaces (UI).

    Alongside React’s...
    See more | Go to post

    Leave a comment:


  • Shivam18
    replied to How Do I Compare Two Strings in C++?
    in C
    You can use strcmp function to compare two strings.

    I've written a code to compare two strings that they are equal or not.

    #include <iostream>
    using namespace std;

    int main ()
    {
    // declare string variables
    string str1;
    string str2;

    cout << " Enter the String 1: " << endl;
    cin...
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...