What is the translation of " PRINTF " in Russian?

printf
функция printf
printf function

Examples of using Printf in English and their translations into Russian

{-}
  • Official category close
  • Colloquial category close
Printf Formats and prints data.
Printf Форматирует и выводит данные.
You have seen the word"printf", I know.
Я знаю, что ты увидел слово printf.
Printf- Output a formatted string.
Printf- Выводит отформатированную строку.
Let's try to find it using printf.
Попробуем его поискать, используя printf.
You must have read that the printf() function is dangerous.
Ведь вы наверняка читали, что printf() опасная функция.
Specifiers are well described in the Wikipedia article" printf.
Спецификаторы хорошо описаны в статье Wikipedia" printf.
Do you know that the printf() function can modify memory?
Вы знаете, что функция printf() может модифицировать память?
Printf format string The macros are in the format PRI{fmt}{type.
Строка формата printf Макросы определены в формате PRI{ fmt}{ type.
They are like format symbols in printf function.
Они похожи на символы форматирования в функции printf.
The function printf() prints two numbers, but passes three parameters.
Функция printf() печатает два числа, а параметров передается три.
Let's see how the stack might look at the moment when calling the printf() function.
Рассмотрим, как может выглядеть стек в момент, когда мы вызываем функцию printf.
Here are two more fragments where the printf() function is used in an incorrect way.
Еще два места, где неправильно используется функция printf.
The printf() function doesn't know how many data is pushed and what type they have.
Функция printf() не знает, сколько данных записано в стек и какой у них тип.
Errors occurring when using the printf() and other similar functions are classic ones.
Ошибки при использовании функции printf() и аналогичных ей, являются классикой.
We have an interesting article telling how dangerous it is to use the printf() function.
У нас есть интересная заметка на тему опасности использования функции printf.
Functions belonging to the printf function family have the type specifiers"%p" and"%x.
В функциях семейства printf существуют спецификаторы типа"% p" и"% x.
In this article, I will describe two classic software vulnerabilities related to'printf.
В этой статье я опишу две классических уязвимости программ, связанных с printf.
Unsafe*printf calls were replaced with their mir_s*printf analogs.
Потенциально опасные вызовы* printf были заменены на безопасные аналоги mir_ s* printf.
It is employed by string functions(strlen, strcat) andoutput functions sscanf, printf.
Используется в строковых функциях( strlen, strcat),в функциях вывода sscanf, printf.
The printf() function refers to the family of variable-argument functions.
Функция printf() относится к семейству функций с переменным количеством аргументов.
There exist size specifiers to work with memsize-types in functions like sscanf, printf.
Для работы с memsize- типами в функциях вида sscanf, printf имеются спецификаторы размера.
So far we have used only functions like printf, getchar and putchar that have been provided for us;
До сих пор мы использовали только предоставленные нам функции типа printf, getchar и putchar;
Everybody has heard of software vulnerabilities andthat functions like'printf' are outlaw.
Все наслышаны об уязвимостях в программах,и что функции наподобие printf объявлены вне закона.
Any programmer who uses such functions as printf() is familiar with this type of error.
Любой программист, использующий такие функции, как printf(), хорошо знаком с данной разновидностью ошибок.
This rule concerns passing classes of std:: string type and the like as arguments into functions of printf type.
Это правило на тему передачи в функции вида printf в качестве аргумента классов типа std:: string и так далее.
The conversion specification%id tells printf that the corresponding argument is a long integer.
Спецификация преобразования% ld указывает PRINTF, что соответствующий аргумент является целым типа long.
The function is annotated the way its arguments are interpreted by analogy with the arguments of the printf function.
Функция проаннотирована так, что ее входные аргументы интерпретируются по аналогии с аргументами функции printf.
Printf uses%f for both float and double; %.0f suppresses the printing of the decimal point and the fraction part.
Функция printf использует спецификацию% f как для float, так и для double; спецификация%. 0f подавляет печать несуществующей дробной части.
Most frequent problems are the problems with the use of variants of the following functions: printf, scanf, CString:: Format.
Чаше всего проблемы возникают с использованием разновидности следующих функций: printf, scanf, CString:: Format.
Due to this printf function always prints the number 1 instead of the actual status, which the function host_statistics64 returned.
Из-за этого функция printf всегда распечатывает число 1, а не настоящий статус, который вернула функция host_ statistics64.
Results: 89, Time: 0.033

Top dictionary queries

English - Russian