Showing 0-0 of 0 results
# Exercise Title Features Description Platform Keywords
1 Checking Null Values Checking Null Values AnnEx null
2 Checking Null Values pt This is the portuguese version. AnnEx null
3 Null Keyword Review Questions Question, Battery CS1-level review questions about the Null keyword OpenDSA Null
4 Test Null Java PredictingFinalResult for demonstrating Test Null QuizJET boolean expressions
5 Testing for null Java BehaviorExample for demonstrating Testing for null AnnEx boolean expressions
6 Consequences of Dereferencing a Null Pointer Presentation Slideshow demonstrating the consequence of dereferencing a null pointer. OpenDSA Pointer, Reference, Object
7 Middle Letter Code Completion Complete the getMiddle method that gets the middle character from a word if the word length is odd, or the... CodeCheck Branches
8 c_ispisi_sa_sirinom_preciznosti_i_vodecim_nulama Napisati program koji na ekran ispisuje broj 10 na 5 mjesta, pri čemu dodatna mjesta trebaju biti ispunjena nulama. Nakon... PCEX
9 c_dinamicka_alokacija_nizova_challenge Napisati program koji koristi dinamičku alokaciju memorije koja je inicijalizirana s nulama za niz struktura. Definisati strukturu Student koja sadrži... PCEX
10 c_funkcija_podstring Napisati funkciju podstring koja prima dva stringa s1 i s2, te provjerava da li je s2 podstring stringa s1. Ako... PCEX
11 Counting the Occurrences of One String in Another Construct a program that has a function that receives a string and returns the number of times that the string... PCEX functions, strings