How can I make it pause before closing the program output window?
No Answer is Posted For this Question
Be the First to Post Answer
Given an array of length N containing integers between 1 and N, determine if it contains any duplicates.
Are there constructors in c?
What are called c variables?
we have to use realloc only after malloc or calloc ? or we can use initially with out depending on whether we are using malloc or calloc in our program ?
PROGRAM TO WRITE CONTENTS OF 1 FILE IN REVERSE TO ANOTHER FILE,PROGRAM TO COPY 1 FILE TO ANOTHER BY SPECIFYING FILE NAMES AS COMMAND LINE
Write the following function in C. stripos — Find position of first occurrence of a case- insensitive string int stripos ( char* haystack, char* needle, int offset ) Returns the numeric position of the first occurrence of needle in the haystack string. Note that the needle may be a string of one or more characters. If needle is not found, stripos() will return - 1. The function should not make use of any C library function calls.
3 Answers Google, Infosys, JTL, OpenFeel,
How to write a program for swapping two strings without using 3rd variable and without using string functions.
Write a c program to demonstrate Type casting in c?
how can i calculate mean,median,mode by using c program
Explain the process of converting a Tree into a Binary Tree.
what will be the output for the following program? main() { char ch = 'k'; char c; printf("%c",c); }
Can we increase size of array in c?