Between macros and functions,which is better to use and why?
No Answer is Posted For this Question
Be the First to Post Answer
how can i print "hello".please consider inverted commas as well.i want to print on console: "hello"
main() { int i=5; printf("%d%d%d%d",i++,i--,i); }
Why do u use # before include in a C Progam?
write program on arrays
CAN WE DEFINE ANY FUNCTION WITHIN A FUNCTION.
Write the program with at least two functions to solve the following problem. The members of the board of a small university are considering voting for a pay increase for their 5 faculty members. They are considering a pay increase of 8%. Write a program that will prompt for and accept the current salary for each of the faculty members, then calculate and display their individual pay increases. At the end of the program, print the total faculty payroll before and after the pay increase, and the total pay increase involved.
#include<stdio.h> main() { char s1[]="Ramco"; char s2[]="Systems"; s1=s2; printf("%s",s1); } Find the output
Explain what is the most efficient way to store flag values?
Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.
Are enumerations really portable?
application areas a 'c' a) operating system b) graphics, interpreter, assembler c) program evalution, communication softwares d) all the above
Sir i need notes for structure,functions,pointers in c language can you help me please