Lorem ipsum dolor sit amet, consectetur adipiscing elit. Test link
Posts

Power Outage In Several Areas Of Mumbai, Local Train Services Resume

1 min read
The local train services were restored on the Central Railway route after a brief disruption.



Complaints of power cuts were reported from areas in south and central Mumbai (Representational)

Several areas inxa0Mumbai witnessed a massive power outage on Sunday due to technical issues.

Expressing regret to the citizens for the inconvenience, the Brihanmumbai Municipal Corporation in a tweet saidxa0its team is working to resolve the issue at the earliest.

"Due to some technical issues, there has been power supply failure at many parts of the city.
Our team is on the field to resolve the issue. The power supply is expected to be restored in an hour. We regret the inconvenience," the civic body tweeted.

Due to some technical issues, there has been power supply failure at many parts of the city.
Our team is on the field to resolve the issue. The power supply is expected to be restored in an hour.
We regret the inconvenience.#MyBMCUpdates

The local train services,xa0considered as the lifeline of the country's financial capital, were restored onxa0the Central Railway route after a brief disruption.

"Power supply tripped momentarily on HB and Main line from 9.49-52am.Trains are running on all corridors, " tweeted Chief Public Relations Officer, Central Railway.

Power supply tripped momentarily on HB and Main line from 9.49-52am.

Trains are running on all corridors.

Complaints of power cuts were reported from Sion, Dadar and Matunga areas in central Mumbai. There were also similar reports from parts of south Mumbai.
xa0xa0 xa0
The Brihanmumbai Electric Supply and Transport, a state undertaking, distributes power in the island city and depends on producers like the Tata Power.

Earlier, Mumbai had faced a massive power outage on October 12, 2020 which lasted up to 18 hours in certain pockets.

You may like these posts

  • Classes are an expanded concept of data structures: like data structures, they can contain data members, but they can also contain functions as members. An object is an instanti…
  •   Function Declaration A function declaration tells the compiler about a function name and how to call the function. The actual body of the function can be defined separately…
  •   Calling a function generally causes a certain overhead (stacking arguments, jumps, etc...), and thus for very short functions, it may be more efficient to simply inser…
  •   Recursion is a programming technique that allows the programmer to express operations in terms of themselves. In C++, this takes the form of a function that calls its…
  • C (and by extension C++) comes with a built-in pseudo-random number generator. It is implemented as two separate functions that live in the cstdlib header: srand() sets the initi…
  • A function is a group of statements that together perform a task. All C programs made up of one or more functions. There must be one and only one main function. You can divide up…

Post a Comment