Explain how can I open a file so that other programs can update it at the same time?
No Answer is Posted For this Question
Be the First to Post Answer
Implement a function that returns the 5th element from the end in a singly linked list of integers in one pass.
write a addition of two no. program with out using printf,scanf,puts .
How can I trap or ignore keyboard interrupts like control-c?
while initialization of array why we use a[][2] why not a[2][]...?
What are volatile variables?
Can true be a variable name in c?
write a c/c++ programthat connects to a MYSQL server and checks if the INNoDB plug in is installed on it.If so your program should print the total number of disk writes by MYSQL.
#include<stdio.h> main() { char s1[]="Ramco"; char s2[]="Systems"; s1=s2; printf("%s",s1); } what will happen if you executed this code?
What are the uses of a pointer?
main() { int a=4,b=2; a=b<<a + b>>2; printf("%d", a); }
11 Answers HCL, Vector, Vector India, Vector Solutions, Wipro,
to get a line of text and count the number of vowels in it
code for concatination of 2 strings with out using library functions?