Follow Our FB Page << CircleMedia.in >> for Daily Laughter. We Post Funny, Viral, Comedy Videos, Memes, Vines...


In C, What is the #line used for?

Answers were Sorted based on User's Feedback



In C, What is the #line used for?..

Answer / hrpynux@gmail.com

The #line directive tells the preprocessor to set the compiler's reported values for the line number and filename to a given line number and filename.

Is This Answer Correct ?    1 Yes 0 No

In C, What is the #line used for?..

Answer / hrpynux@gmail.com

The #line directive tells the preprocessor to set the compiler's reported values for the line number and filename to a given line number and filename.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

What is d scanf?

0 Answers  


SIR PLS TELL ME THE CODE IN C LANGUAGE TO PRINT THE FOLLOWING SERIES 1 1 2 1 1 2 3 2 1 1 2 3 4 3 2 1 1 2 3 2 1 1 2 1 1

4 Answers  


Write a program to write a given string in maximum possibilities? i.e str[5]="reddy"; i.e we can write this string in 120 ways for that write a program

3 Answers   Subex,


give an example of type casting by a simple c program

2 Answers   TCS,


 Illustrate it   summing the series 2+4+6+......to n terms using  (i) while loop (ii) do-while loop

2 Answers  






What is volatile variable in c with example?

0 Answers  


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]

0 Answers   Infosys,


What is difference between union All statement and Union?

0 Answers  


program in c to print 1 to 100 without using loop

9 Answers   Wipro,


i have to apply for rbi before that i need to know the the syllabus for the entrance questions. whethet it may be aps or techinical

0 Answers  


Describe explain how arrays can be passed to a user defined function

0 Answers  


How are portions of a program disabled in demo versions?

0 Answers  


Categories