4)What would be the output?
main()
{
int num=425;
pf("%d",pf("%d",num));
}

a)Comp error
b)4425
c)4253
d)3435
e)none

Answer Posted / ajay lakhara

a)comp error

Is This Answer Correct ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

#include main() { char s[] = "Bouquets and Brickbats"; printf(" %c, ",*(&s[2])); printf("%s, ",s+5); printf(" %s",s); printf(" %c",*(s+2)); }

772


What is the purpose of & in scanf?

701


What is output redirection?

783


Write a c program to build a heap method using Pointer to function and pointer to structure ?

4267


How can I recover the file name given an open stream or file descriptor?

699






An instruction which is analysed and acted upon by the processor prior to the compiler going its work a) directive b) constructive c) constant d) absolute mode

699


write a c program thal will find all sequences of length N that produce the sum is Zero, print all possible solutions?

2526


What is the purpose of 'register' keyword in c language?

721


What are reserved words?

741


Explain pointers in c programming?

734


what is the significance of static storage class specifier?

1774


Is malloc memset faster than calloc?

713


c language interview questions & answer

1564


What is omp_num_threads?

688


What is the use of printf() and scanf() functions?

721