What is an example of structure?
No Answer is Posted For this Question
Be the First to Post Answer
Program to write some contents into a file using file operations with proper error messages.
what is available in C language but not in C++?
10 Answers CTS, TCS,
When do we get logical errors?
Differentiate between new and malloc(), delete and free() ?
How can I run c program?
Is it possible to execute code even after the program exits the main() function?
What does %c do in c?
while running a program, i got the msg that press return key to exit.what that mean in C as there are no such options as far i know.
What is function and its example?
I have an array of 100 elements. Each element contains some text. i want to: append a star character to the end of every fifth element remove every second character from every tenth element, and… add a line feed (ascii 10) after the 30th character of every array element whose length is greater than 30 characters.
swap two integer variables without using a third temporary variable?
Where we use clrscr in c?