what will be the out put.
#include<stdio.h>
void main()
{
printf("Output:");
printf(1+"vikashpatel");
}//output: ikashpatel
Write a program to find the biggest number of three numbers in c?
How do I send escape sequences to control a terminal or other device?
Write a C program in Fibonacci series.
Implement a function that returns the 5th element from the end in a singly linked list of integers in one pass.
print the following using nested for loop. 5 4 3 2 1 1 2 3 4 3 2 1 1 2 1 2 1 1 2 3 4 3 2 1 1 2 3 4 5
will u give me old quesrion papers for aptitude for L & t info tech?
what is real time system?what is the differance between hard and soft real time systems
write a program to print calender using for loop.
1 1 1 1 2 1 1 3 3 1 1 4 6 4 1
Reverse the part of the number which is present from position i to j. Print the new number. eg: num=789876 i=2 j=5 778986
why little endian and big endian came?y they using differently? y they not used commonly ?wt is application of little and big ?
WAP to convert text into its ASCII Code and also write a function to decode the text given?