what will be the output:
main(){char ch;int a=10;printf("%d",ch);}
Answer Posted / amala v
It'll give a warning tat "a is never used...If u Continue
executing...it will the memory address that is currently
used.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
In which language linux is written?
Can the “if” function be used in comparing strings?
What is advantage of pointer in c?
What are logical errors and how does it differ from syntax errors?
What is difference between function overloading and operator overloading?
we called a function and passed something do it we have always passed the "values" of variables to the called function. such functions calles are called a) calls by reference b) calls by value c) calls by zero d) none of the above
will u please send me the placement papers to my mail???????????????????
Explain what is the best way to comment out a section of code that contains comments?
Why c is called object oriented language?
the process of defining something in terms of itself is called (or) in C it is possible for the functions to call themselves. A function called a) nested function b) void function c) recursive function d) indifinite function
What would the following code segment printint k = 8;docout << "k = " << k << " ";while k++ < 5; a) 13 b) 5 c) 8 d) pointers
What is the use of sizeof?
What is the right way to use errno?
Explain void pointer?
What is pointer to pointer in c?