Explain what is the most efficient way to store flag values?
No Answer is Posted For this Question
Be the First to Post Answer
Write a C function to search a number in the given list of numbers. donot use printf and scanf
What does dm mean sexually?
can we access one file to one directory?
WHAT IS MEANT BY LIFE?
How can you call a function, given its name as a string?
Why do we use namespace feature?
A character flag or control mechanism that delineates one data item from another a) variable b) constant c) delimiter d) call by reference
Give the output for the following program. #define STYLE1 char main() { typedef char STYLE2; STYLE1 x; STYLE2 y; clrscr(); x=255; y=255; printf("%d %d\n",x,y); }
What is typedef struct in c?
In C programming, what command or code can be used to determine if a number of odd or even?
.find the output of the following program? char*myfunc(char*ptr) { ptr +=3; return (ptr); } int main() { char*x,*y; x="HELLO"; y=myfunc(x); printf("y = %s ",y); return 0; }
1.)how to find d most repeated word in a string? string ="how do you do"?? output should be do
1 Answers AAS, Nagarro, Vuram,