ขนาดวิดีโอ: 1280 X 720853 X 480640 X 360
แสดงแผงควบคุมโปรแกรมเล่น
เล่นอัตโนมัติ
เล่นใหม่
C++ Code :int sumOfLastN_Nodes(struct Node* head, int n) { // Code here int i = 0; Node* temp = head; // Move temp n steps ahead while (i < n) { if (temp == nullptr) { cout data; current = current->next; } return sum; }
C++ Code :
int sumOfLastN_Nodes(struct Node* head, int n) {
// Code here
int i = 0;
Node* temp = head;
// Move temp n steps ahead
while (i < n) {
if (temp == nullptr) {
cout data;
current = current->next;
}
return sum;
}