can we change the default calling convention in c if yes
than how.........?
No Answer is Posted For this Question
Be the First to Post Answer
What is enumerated data type in c?
Can a pointer be static?
enum colors {BLACK,BLUE,GREEN} main() { printf("%d..%d..%d",BLACK,BLUE,GREEN); return(1); }
3.write a simple program that will output your name,phone number,e-mail address,and academic major on separate lines 1.create an account and a personal directory for your work b.find out how to create a subdirectory on your system.create one called info c.you will use a text editor to type in your programs and data files.some C systems have a built in text editor;others do not.Find out what text editor you will be using and how to access it.create a text file(not a program) containing your name ,address,and telephone number on separate lines.Next,write the brand of computer you are using and the name of the text editor.Then write a paragraph that describes your past experience with computers.save this file in your info directory. d. find out how to print a file on your system .print out and turn in the file you created in (c).
What is pointer to pointer in c?
change to postfix a/(b+c*d-e)
Is it cc or c in a letter?
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,
typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?
What does *p++ do? What does it point to?
What are the two forms of #include directive?
Can a local variable be volatile in c?