a value that does not change during program execution
a) variabe
b) argument
c) parameter
d) none
No Answer is Posted For this Question
Be the First to Post Answer
1) int main() { unsigned char a = 0; do { printf("%d=%c\n",a,a); a++; }while(a!=0); return 0; } can anyone please explain the explain the output
the output will be #include<stdio.h> int main () { int i; i = 9/2; printf("%i",i); return 0; }
Write a program to swap two numbers without using third variable in c?
What do you mean by team??
please give me some tips for the selection in TCS.
What are the scope of static variables?
Can you explain what keyboard debouncing is, and where and why we us it? please give some examples
Explain how can I open a file so that other programs can update it at the same time?
hai iam working in sap sd module for one year and working in lumax ind ltd in desp department but my problem is i have done m.b.a in hr/marketing and working sap sd there is any combination it. can you give right solution of my problem. and what can i do?
What math functions are available for integers? For floating point?
Explain what are the different file extensions involved when programming in c?
What is "Hungarian Notation"?