Write a C program to count the number of email on text
No Answer is Posted For this Question
Be the First to Post Answer
Can we compile a program without main() function?
Using which language Test cases are added in .ptu file of RTRT unit testing???
Write a program that accepts a string where multiple spaces are given in between the words. Print the string ignoring the multiple spaces. Example: Input: “ We Are Student “ Output: "We Are Student"
What is multidimensional arrays
What is a null pointer in c?
What is dangling pointer in c?
What is the relation between # and include<stdio.h>
main() { printf(5+"Vidyarthi Computers"); }
What are volatile variables in c?
What is console in c language?
if array a conatins 'n' elements and array b conatins 'n-1' elements.array b has all element which are present in array a but one element is missing in array b. find that element.
18 Answers Parexel, Ram Infotech, Zycus Infotech,
Give differences between - new and malloc() , delete and free() ?