The programming language is a bundle of different concepts, built-in functions, and operations; it also comes up with many errors. These errors can be of a logical type, syntax errors, and others as well. You can get many errors while coding when you make some logical or syntax errors in the code. One of the […]
Devamını Oku
Apache Kafka is an open-source stream-processing software platform developed by the Apache Software Foundation, written in Scala and Java. The project aims to provide a unified, high-throughput, low-latency platform for real-time data feeds. It is horizontally scalable, fault-tolerant, and speedy. The core concepts of Kafka are: Some limitations of Kafka include the following: Some competitors […]
Devamını Oku
Zaman unutup beniBırakır sokaklaraSessiz oluyor insanBöyle durumlarda Yürüdüğüm yol değilGidişin üşütür beniKonuşamıyor insanBöyle havalarda Her şey değişir amaEskimiyor acılarYaşayan bilir ancakNasıl acıtır akşamlar Bedenimde yaşamakZor geliyor artık banaSözlerim kalın sisRuhuma anlam kat Sevmek yarı ölmektirBöyle demiştin giderkenHer gün ölüyor… Düş Sokağı Sakinleri
Devamını Oku
S.no String functions Description 1 strcat ( ) Concatenates str2 at the end of str1. 2 strncat ( ) appends a portion of string to another 3 strcpy ( ) Copies str2 into str1 4 strncpy ( ) copies given number of characters of one string to another 5 strlen ( ) gives the length […]
Devamını Oku
Standart C kütüphanesinden double atof(const char *str) ile bir metini ondalıklı sayıya çevirebiliriz. #include #include #include int main() { float val; char str[20]; strcpy(str, “98993489”); val = atof(str); printf(“String value = %s, Float value = %f\n”, str, val); strcpy(str, “tutorialspoint.com”); val = atof(str); printf(“String value = %s, Float value = %f\n”, str, val); return(0); }
Devamını Oku
Seneler sonra tekrar gömülü sistemlere (embedded system) proje hazırlamam gerekti. Gelişen teknoloji, maliyetlerin inmesine ve işlemcilerin güçlenmesini sağladı.
Devamını Oku
strcat iki string ‘i bitişik olarak ekler. #include #include int main () { char src[50], dest[50]; strcpy(src, “This is source”); strcpy(dest, “This is destination”); strcat(dest, src); printf(“Final destination string : |%s|”, dest); return(0); }
Devamını Oku
Ingenico MyCheckout is a responsive hosted payment page solution. It adapts automatically to the screen size of your customers device, whether it is a mobile phone, tablet or desktop.
Devamını Oku
CREATE TABLE COMPANY( ID INTEGER PRIMARY KEY AUTOINCREMENT, NAME TEXT NOT NULL, AGE INT NOT NULL, ADDRESS CHAR(50), SALARY REAL );
Devamını Oku
Future Proof Your Restaurant Investment with Delious PICO. It is Compact, Flexible and integrated with the Delious Cloud Back office. Delious PICO is ideal for Café, Restaurant, Food Courts, and Speciality Shops. Delious PICO, the latest innovative and powerful POS solution for every F&B business model. The all-in-one integrated POS terminal comes with a built-in […]
Devamını Oku