Answer Posted / guest
Mean time from submission to completion of process.
| Is This Answer Correct ? | 22 Yes | 3 No |
Post New Answer View All Answers
What is difference between %d and %i in c?
How can you pass an array to a function by value?
Differentiate call by value and call by reference?
Explain what is the heap?
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.
Can we access the array using a pointer in c language?
Is array a primitive data type in c?
With the help of using classes, write a program to add two numbers.
What is typedef?
Is main an identifier in c?
What are the application of void data type in c?
write a program to display all prime numbers
printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions
In C programming, what command or code can be used to determine if a number of odd or even?
Tell me about low level programming languages.