Between macros and functions,which is better to use and why?
No Answer is Posted For this Question
Be the First to Post Answer
What is include directive in c?
Explain what is the difference between a free-standing and a hosted environment?
How can I check whether a file exists? I want to warn the user if a requested input file is missing.
pgm to find middle element of linklist(in efficent manner)
What are the different types of constants?
Why do we need volatile in c?
What does the message "warning: macro replacement within a string literal" mean?
Explain what is a pragma?
Explain what are its uses in c programming?
What is a pointer on a pointer in c programming language?
Write a program that accepts a string where multiple spaces are given in between the words. Print the string ignoring the multiple spaces. Example: Input: “ We Are Student “ Output: "We Are Student"
what is the output on the screen? int n; n=printf("my name is %d",printf("kiran %d",printf("kumar"))); printf("\n %d \n",n);