Arslan1
Explorer
Member since ‎03-27-2024

User Statistics

  • 19 Posts
  • 0 Solutions
  • 4 Kudos given
  • 0 Kudos received

User Activity

#include <stdio.h>#include <stdlib.h> // N, 2 boyutlu matrisin boyutudur N*N#N 9'u tanımı /* Izgarayı yazdırmak için bir yardımcı fonksiyon */void print(int arr[N][N]){     for (int i = 0; i < N; i++)      {         for (int j = 0; j < N; j++)       ...
I want to do 3x3 sudoku with backtracking method and I couldn't find any code about it. Can you help me?  ABAP Development 
I want to do blind scan for sudoku I want to print that condition for that row and column I want to make it very simple. ABAP Development SAP BTP, ABAP environment
The system crashed due to our error in Dev and we want to recover it with backup. can you please tell me how to do it in detail?ABAP Development SAP HANA service for SAP BTP SAP HANA Enterprise Cloud SAP HANA, express edition 
Dear guys ,I want to write code that outputs the ip address of the computer in abap, how do I do it? ABAP Connectivity  
Kudos given to