Define macros.
No Answer is Posted For this Question
Be the First to Post Answer
What is a memory leak in structures? How can we rectify that?
how to find string length wihtout using c function?
How we can insert comments in a c program?
What is the use of c language in real life?
Give the logic for this #include<stdio.h> #include<conio.h> void main() { clrscr(); int a=10,b; b=++a + ++a; printf("%d", b); getch(); } Output: 24......How?
what is recursion in C
1)what is the error in the following stmt where str is a char array and the stmt is supposed to traverse through the whole character string str? for(i=0;str[i];i++) a)There is no error. b)There shud be no ; after the stmt. c)The cond shud be str[i]!='\0' d)The cond shud be str[i]!=NULL e)i shud be initialized to 1
List the different types of c tokens?
Write a program to add a given duration with time(24hrs format)
What are the data types present in c?
What is the c value paradox and how is it explained?
x=2,y=6,z=6 x=y==z; printf(%d",x)
13 Answers Bharat, Cisco, HCL, TCS,