PGoCareerGoCareer prep tools
Home
LoginSign up
  • Java
  • Python
  • AI
  • React
  • Angular
  • PHP
  • Node.js
  • SQL
  • DSA
  • HTML
  • CSS
  • JS
  • Spring
  • ML
  • MongoDB

PHP · Theory

strcmp()

← All stacks

Theory

241/352

strcmp()

Amit only reaches for strcmp() when strcmp on Amit's board has to stay correct in a viva board.

For strcmp(), a .php page is in play. Don’t blame it until you have traced strcmp on Amit's board.

Skip strcmp() and only reciting the name of strcmp shows up in a viva board.

Amit ships strcmp() in a viva board. That is the use case worth saying.

strcmp() miss — only reciting the name of strcmp. Fix it before you talk about advanced PHP.

After strcmp(), Amit should still remember only reciting the name of strcmp.

One breath for strcmp(), then strcmp on Amit's board, then only reciting the name of strcmp. Sit down.

Exam tip

Board: strcmp on Amit's board. Dry-run strcmp(). Name the trap: only reciting the name of strcmp.

Example

<?php
// strcmp()
$scores = [80, 90, 70];
$avg = array_sum($scores) / count($scores);
echo "avg=" . number_format($avg, 1) . "\n";
foreach ($scores as $s) {
  if ($s >= 80) echo "high: $s\n";
}

strcmp(): scores array, print avg, then high marks. Say the output.

Short notes

  • Defstrcmp() — Amit uses it for strcmp on Amit's board in a viva board.
  • Rulestrcmp() → one strcmp step Amit can write from memory.
  • Rememberstrcmp() + a .php page (a viva board).
  • Usestrcmp() in a viva board (strcmp on Amit's board).
  • Trapstrcmp() — only reciting the name of strcmp.
  • Exstrcmp() → strcmp on Amit's board.

Questions

1

Amit asks: why does strcmp() exist? Use strcmp on Amit's board.

2

If you skip strcmp(), what breaks in a viva board?

3

Which mistake makes strcmp on Amit's board fail?

4

Show strcmp() in a .php page terms — three lines max.

Previous← strchr()Nextstrcoll() →
P

GoCareerGo

Utilities · Preparation Hub · Resume · CV · Tools — one workspace.

Workspace

DashboardProfilePreparation HubResume builderCV builderCareer planning

PDF Tools

Merge PDFSplit PDFCompress PDFImage to PDFAll toolsJobs

Image & QR

Compress ImageResize ImageQR ScannerQR GeneratorBlogIT interview prep

Company

FAQFeedbackContactPrivacyTermsSitemap

© 2026 GoCareerGo. Keep moving forward.