how will you write a program on linked lists using JAVA
programming???????????
what is the difference between procedure oriented and object oriented progaming language
Can one function call another?
Explain what happens if you free a pointer twice?
11. Look at the Code: #include<string.h> void main() { char s1[]="abcd"; char s2[10]; char s3[]="efgh"; int i; clrscr(); i=strcmp(strcat(s3,ctrcpy(s2,s1))strcat(s3,"abcd")); printf("%d",i); } What will be the output? A)No output B) A Non Integer C)0 D) Garbage
what is use of loop?
write a c program to change only the 3rd bit of the particular number such that other bits are not affected.. if bitnum=10(say.. it can be any no..
1 232 34543 4567654 can anyone tell me how to slove this c question
can you change name of main()?how?
void main() { int i=5; printf("%d",i++ + ++i); }
What is the difference between call by value and call by reference in c?
without using arithmatic operator solve which number is greater??????????
Write a pro-gramme to determine whether the number is even or odd?