What are Macros? What are its advantages and disadvantages?
No Answer is Posted For this Question
Be the First to Post Answer
What is the sizeof () operator?
what is software?
Why are all header files not declared in every c program?
15.what is the disadvantage of using macros? 16.what is the self-referential structure? 17.can a union be self-referenced? 18.What is a pointer? 19.What is the Lvalue and Rvalue? 20.what is the difference between these initializations? 21.Char a[]=”string”; 22.Char *p=”literal”; 23.Does *p++ increment p, or what it points to?
program to locate string with in a string with using strstr function
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
#include<stdio.h> int fun(); int i; int main() { while(i) { fun(); main(); } printf("hello \n"); return 0; } int fun() { printf("hi"); } answer is hello.how??wat is tat while(i) mean?
What are external variables in c?
how to display 2-D array elements in spiral
what is a c-language.what is do.
write a program which counts a product of array elements lower than 10.
how to capitalise first letter of each word in a given string?