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
write a program to count the no of repaeted words in a line?
Explain the importance and use of each component of this string: Foo.Bar, Version=2.0.205.0, Culture=neutral, PublicKeyToken=593777ae2d274679d
What language is lisp written in?
What is Function Pointer? Explain with example?
what is the height of tree if leaf node is at level 3. please explain
Q-1: Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college.
Given an array of 1s and 0s arrange the 1s together and 0s together in a single scan of the array. Optimize the boundary conditions?
What is the difference between File pointer and Internal Charecter Pointer?
What is the process to generate random numbers in c programming language?
what is the use of fflush() function?
pgm to find number of words starting with capital letters in a file(additional memory usage not allowed)(if a word starting with capital also next letter in word is capital cann't be counted twice)
can we declare a variable in different scopes with different data types? answer in detail