What are c preprocessors?
No Answer is Posted For this Question
Be the First to Post Answer
What is false about the following A compound statement is a.A set of simple statments b.Demarcated on either side by curly brackets c.Can be used in place of simple statement d.A C function is not a compound statement.
who will call your main function in c under linux?
program to find the magic square
Is there any possibility to create customized header file with c programming language?
How can you determine the size of an allocated portion of memory?
How are portions of a program disabled in demo versions?
Difference between macros and inline functions? Can a function be forced as inline?
0 Answers HAL, Honeywell, Zomato,
What is the purpose of sprintf() function?
Define a structure to store the record of library. The record must consist of at least following fields: Title, Author, Edition, Price, Publisher, and Category. -Define functions authorSearch ( ), TitleSearch ( ) and CategorySearch ( ) to search a book with respect to author, title and category. [There can be more than one book, written by one author, in one category]
how does the for loop work actually..suppose for the following program how it ll work plz explain to me for(i=5;i>=0;i--) prinf(i--);
21. #define square(x) x*x main() { int i; i = 64/square(4); printf("%d",i); }
Explain what standard functions are available to manipulate strings?