what is the role you expect in software industry?
No Answer is Posted For this Question
Be the First to Post Answer
What is the default value of local and global variables in c?
What is a protocol in c?
Why functions are used in c?
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.
Why main is used in c?
To print the pattern 1 2 3 4 5 10 17 18 19 6 15 24 25 20 7 14 23 22 21 8 13 12 11 10 9
How many types of sorting are there in c?
Write an algorithm for implementing insertion and deletion operations in a singly linked list using arrays ?
#include<stdio.h> main() { char s1[]="Ramco"; char s2[]="Systems"; s1=s2; printf("%s",s1); } Find the output
Explain the bubble sort algorithm.
Does c have an equivalent to pascals with statement?
Write a C program to count the number of email on text