printy(a=3,a=2)



Answers were Sorted based on User's Feedback



printy(a=3,a=2) ..

Answer / vignesh1988i

this is the user writtern function...... this is function
definition statement..... it wont recoganize this statement
because no memory will be allocated for this a=3 or 2...
since we didnt declare it first of all/.. this may be the
error

Is This Answer Correct ?    4 Yes 1 No

printy(a=3,a=2) ..

Answer / guest

if we want to show result as a=3,a=2..then it ll be written
as
printf("a=3,a=2");

Is This Answer Correct ?    1 Yes 0 No

printy(a=3,a=2) ..

Answer / parthibanselvaraj

the printf function canbe redefined by your program using
typedef and try this.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More C C++ Errors Interview Questions

difference between c/c++ programing language? what is necessesity of c++ when existing c programing language?

2 Answers   TCS,


what is meant for variable not found?

3 Answers  


what is syntax error?

3 Answers  


how to convert decimal to hexadecimal without using arrays just loops

2 Answers  


what are the techniques for reducing the fragility of a memory bug?

1 Answers  






I am using Qt 5.6 during compilation it stops and gives error about Qmake The process "C:QtQt5.6.35.6.3msvc2015_64inqmake.exe" crashed. Error while building/deploying project untitled1 (kit: Desktop Qt 5.6.3 MSVC2015 64bit) When executing step "qmake"

0 Answers  


Write down the difference between c. Loop and goto statement d. (!0) and (!1) e. (1= =! 1) and (1!=1) f. NULL and !NULL

0 Answers  


quoroum of computer languages?

0 Answers   Infosys,


wap for bubble sort

3 Answers  


void main() { int i=5; printf("%d",i+++++i); }

14 Answers   HCL,


what is the error in the following code: main() { int i=400,j; j=(i*i)/i; }

4 Answers  


write a profram for selection sort whats the error in it?

2 Answers  


Categories