What are the types of c language?
No Answer is Posted For this Question
Be the First to Post Answer
write a program to print the consecutive repeated character from the given string... input string is : hhhhjkutskkkkkggggj output should be like this: hhhhkkkkkgggg anyone help me...
what is uses of .net
What is the output from this program? #include <stdio.h> void do_something(int *thisp, int that) { int the_other; the_other = 5; that = 2 + the_other; *thisp = the_other * that; } int main(void) { int first, second; first = 1; second = 2; do_something(&second, first); printf("%4d%4d\n", first, second); return 0; }
What is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
what is the c source code for the below output? 10 10 10 10 10 10 10 10 10 10 9 9 7 6 6 6 6 6 6 9 7 5 9 7 3 2 2 5 9 7 3 1 5 9 7 3 5 9 7 4 4 4 4 5 9 7 8 8 8 8 8 8 8 8 9
Given a single Linked list with lakhs of nodes and length unknown how do you optimally delete the nth element from the list?
find the sum of two matrices and WAP for it.
write a program to find the sum of the array elements in c language?
24 Answers ICT, Infosys, Wipro,
Explain Doubly Linked Lists?
What is a program flowchart and explain how does it help in writing a program?
How many types of sorting are there in c?
explain what is an endless loop?