Predict the output or error(s) for the following:
25. main()
{
printf("%p",main);
}

Answer Posted / khushboo

i tried it out.. on my system it gives the answer 0291. does
anybodyy esle gets the same answer?

Is This Answer Correct ?    12 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are identifiers in c?

617


What is f'n in math?

604


What is openmp in c?

598


What are the differences between Structures and Arrays?

591


In cryptography, you could often break the algorithm if you know what was the original (plain) text that was encoded into the current ciphertext. This is called the plain text attack. In this simple problem, we illustrate the plain text attack on a simple substitution cipher encryption, where you know each letter has been substituted with a different letter from the alphabet but you don’t know what that letter is. You are given the cipherText as the input string to the function getwordSets(). You know that a plain text "AMMUNITION" occurs somewhere in this cipher text. Now, you have to find out which sets of characters corresponds to the encrypted form of the "AMMUNITION". You can assume that the encryption follows simple substitution only. [Hint: You could use the pattern in the "AMMUNITION" like MM occurring twice together to identify this]

1944






What are header files in c programming?

643


Explain how can I manipulate strings of multibyte characters?

767


provide an example of the Group by clause, when would you use this clause

1688


write a c program to find the sum of five entered numbers using an array named number

1610


What is the function of this pointer?

653


What is function definition in c?

570


Is it better to use a macro or a function?

637


I just typed in this program, and it is acting strangely. Can you see anything wrong with it?

544


how can f be used for both float and double arguments in printf? Are not they different types?

595


the number of measuring units from a arbitrary starting point in a record area or control block to some other point a) branching b) recording pointer c) none d) offset

629