Create a simple code fragment that will swap the values of two variables num1 and num2.
No Answer is Posted For this Question
Be the First to Post Answer
What is the advantage of an array over individual variables?
What is meant by operator precedence?
In C program, at end of the program we will give as "return 0" and "return 1", what they indicate? Is it mandatory to specify them?
What are the Advantages of using macro
Explain why C language is procedural?
What is a void pointer in c?
can we declare a variable in different scopes with different data types? answer in detail
What is floating point exception error? And what are different types of errors occur during compile time and run time? why they occur?
What is type qualifiers?
How do you print only part of a string?
plssssss help !!....using array.. turbo c.. create a program that will accept number of words to be consored. .a word must not exceed 10 characters long .the text to be entered will be no longer than 200 characters .there will be no 10 words example: enter number of words to be censor: 5 enter words to censor: windows office microsoft bill gates enter text to censor: bill gates founded microsoft and makes office and windows sample output: <consored> <censored> founded <censored> and makes <censored> and <censored>
how to reverse string "Hello World" by using pointers only. Without any temp var