How would you rename a function in C?
No Answer is Posted For this Question
Be the First to Post Answer
/*program to calculate hra,da in salary if salary less than 10000 then hra15%,da13% otherwise hra20%,da18%/*
c language supports bitwise operations, why a) 'c' language is system oriented b) 'c' language is problem oriented c) 'c' language is middle level language d) all the above
how to write a data 10 in address location 0x2000
Explain a pre-processor and its advantages.
what are the static variables
8 Answers HCL, iFlex, TCS, Wipro,
a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);
what is the meaning of java that is (J A V A) full form of JAVA
71 Answers AKS University, Bhel, BNL, BPO, HCL, Peacecon,
What does a run-time "null pointer assignment" error mean?
What does %p mean?
if function is declared as static in one source file, if I would like to use the same function in some other source file...is it possible....how ?
How do I read the arrow keys? What about function keys?
please can some one guide me, to the answer Write a C program to enter 15 numbers as an input from the keyboard and program will find and print odd numbers and their average. i have studied while and do while loop for loop if and else if switch