how will you write a program on linked lists using JAVA
programming???????????
What is mean by Data Driven framework in QTP? Can any one answer me in details on this regard.
what is the output of the following code? main() { int I; I=0x10+010+10; printf("x=%x",I); } give detailed reason
why 'c' is called middle level language.
What is the right way to use errno?
give an example of type casting by a simple c program
What is action and transformation in spark?
how do we remove the printed character in printf statement and write next it it
Wt are the Buses in C Language
second highest number in a given set of numbers
What are pointers? Why are they used?
Write a program on swapping (100, 50)
#include<stdio.h> int fun(); int i; int main() { while(i) { fun(); main(); } printf("hello \n"); return 0; } int fun() { printf("hi"); } answer is hello.how??wat is tat while(i) mean?