What is the use of define in c?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

parkside's triangle.. create a program like this.. enter the size: 6 enter the seed: 1 output: 1 23 456 7891 23456 789123 sample2: enter the size: 5 enter the seed: 3 output: 3 45 678 9123 45678 parkside should not exceed 10 while its seed should only be not more than 9..

4 Answers  


number of times a digit is present in a number

0 Answers  


Explain what are the __date__ and __time__ preprocessor commands?

0 Answers  


What is malloc and calloc?

0 Answers  


simple program of graphics and thier outpu display with a want what is out put of graohics in c language

1 Answers   CSC, HCL,


what is the code to display color fonts in the output?

1 Answers  


Explain can static variables be declared in a header file?

0 Answers  


Diff between for loop and while loop?

2 Answers   TCS,


Define a structure to store roll no, name and marks of a student. Using the structure of above write a ‘C’ program to create a file “student.dat”. There must be one record for every student in the file. Accept the data from the user.

0 Answers  


give an example of type casting by a simple c program

2 Answers   TCS,


WHAT IS RTGS N MINIMUM AMT TO B TRANSFERD N WHAT R THE CHARGES ON MINIMUM AMT N IN WHICH BANK WE CAN DO IT?

1 Answers  


Can variables be declared anywhere in c?

0 Answers  


Categories