What is #define size in c?
No Answer is Posted For this Question
Be the First to Post Answer
provide an example of the Group by clause, when would you use this clause
x=y=z=1 z=++x||++y&&++z Printf("%%%d";xyz) what is the values of x,y and z?????
What is clrscr ()?
What is the ANSI C Standard?
Toggle nth bit in a given integer - num
program in c to print 1 to 100 without using loop
Look at the Code: #include<string.h> void main() { char s1[]="abcd"; char s2[10]; char s3[]="efgh"; int i; clrscr(); i=strcmp(strcat(s3,ctrcpy(s2,s1))strcat(s3,"abcd")); printf("%d",i); } What will be the output? A)No output B) A Non Integer C)0 D) Garbage
what is the difference between class and unio?
How many ways are there to swap two numbers without using temporary variable? Give the each logic.
Write a program to print the following series 2 5 11 17 23 31 41 47 59 ...
Explain about C function prototype?
Why c is called free form language?