what is the difference between normal variables and pointer
variables..............
Answer Posted / vrushali
Hi Vighnesh,
Please explain the term data security.....
Thanks
| Is This Answer Correct ? | 13 Yes | 13 No |
Post New Answer View All Answers
How can I find the modification date of a file?
we called a function and passed something do it we have always passed the "values" of variables to the called function. such functions calles are called a) calls by reference b) calls by value c) calls by zero d) none of the above
Sir,please help me out with the code of this question. Write an interactive C program that will encode or decode multiple lines of text. Store the encoded text within a data file, so that it can be retrieved and decoded at any time. The program should include the following features: (a) Enter text from the keyboard, encode the text and store the encoded text in a data file. (b) Retrieve the encoded text and display it in its encoded form. (c) Retrieve the encoded text, decode it and then display the decoded text. (d) End the computation. Test the program using several lines of text of your choice.
Write a program to check prime number in c programming?
Write a program to show the change in position of a cursor using c
Using which language Test cases are added in .ptu file of RTRT unit testing???
Explain what are its uses in c programming?
What are loops in c?
What does 2n 4c mean?
What is calloc malloc realloc in c?
I have written a pro*C program to fetch data from the cursor. where in i have used the concept of BULK FETCH.... each FETCH statement is taking lots of time to fetch specified number of rows at...
Is multithreading possible in c?
Explain how do you print only part of a string?
What are register variables in c?
what is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?