Hi can anyone tell what is a start up code?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between procedural and functional programming?
Which is not valid in C? 1) class aClass{public:int x;} 2) /* A comment */ 3) char x=12;
What are the types of unary operators?
How do you do dynamic memory allocation in C applications?
What is line in c preprocessor?
progrem to generate the following series 1 12 123 1234 12345
What is the heap?
Describe the order of precedence with regards to operators in C.
what do you mean by defining a variable in our c code?
What is wrong with this initialization?
Why is c called a mid-level programming language?
write a program to reverse a every alternetive words in a string in a place. EX: Input is "this is the line of text" Output should be "shit is eht line fo text" Please any one tell me code for that.