Define macros.
No Answer is Posted For this Question
Be the First to Post Answer
write a c program to remove all the duplicate characters in a string and replace with single character? ex:-input- AAABBBCCC output- ABC
How is a pointer variable declared?
Explain the differences between public, protected, private and internal.
What is #line?
Write the program for displaying the ten most frequent words in a file such that your program should be efficient in all complexity measures.
What are the ways to a null pointer can use in c programming language?
what is c
program for validity of triangle from 3 side
Describe dynamic data structure in c programming language?
#define MAX 3 main() { printf("MAX = %d ",MAX ); #undef MAX #ifdef MAX printf("Vector Institute”); #endif }
void main() {int i=2; printf("%d%d%d",i,++i,i++); getch(); }
Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.