What are # preprocessor operator in c?
No Answer is Posted For this Question
Be the First to Post Answer
How can I return multiple values from a function?
Write a program to show the workingof auto variable.
Write a simple program to find the size of different basic data types in C.
f(char *p) { p=(char *)malloc(sizeof(6)); strcpy(p,"HELLO"); } main() { char *p="BYE"; f(p) printf("%s",p); } what is the output?
9 Answers Hughes, Tech Mahindra,
What is auto keyword in c?
Why clrscr is used in c?
int a[3][5]={ {1,2,3,4,5],{2,3,4,5,6},{10,11,12,13,14}}; int *p=&a; printf(ā%dā,*(*(x+1)+3));
Is there any algorithm to search a string in link list in the minimum time?(please do not suggest the usual method of traversing the link list)
write a program to print data of 5 five students with structures?
explain how do you use macro?
What is the diffences between Windows XP and Windows Visa
What is floating point constants?