Explain how can I convert a string to a number?
No Answer is Posted For this Question
Be the First to Post Answer
What is a void * in c?
What is s in c?
#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} what would be the output?
what is the c.
What are structure members?
please send me the code for multiplying sparse matrix using c
The % symbol has a special use in a printf statement. Explain how would you place this character as part of the output on the screen?
Why calloc is better than malloc?
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]
what is output? main() { #define SQR(x) x++ * ++x int i = 3; printf(" %d %d ",SQR(i),i * SQR(i)); } a)9 27 b)35 60 c)20 60 d)15 175
List some of the static data structures in C?
How many types of operator or there in c?