When we use void main and int main?
program for swapping two strings by using pointers in c language
create a C program that displays one z,two y's,three x's until twenty six A's. plzz answer i need it tomorrow.
how many times of error occur in C
struct screen_pos{ int row, col } ;move_right(cursor)struct screen_pos *cursor;{ cursor.col++; } /* This statementhas a syntax error */What is the correct statement a) cursor.col = cursor.col + 1; b) col.cursor++; c) *cursor.col++; d) pointer
Do you have any idea how to compare array with pointer in c?
How many levels deep can include files be nested?
main() { char *p1="Name"; char *p2; p2=(char *)malloc(20); while(*p2++=*p1++); printf("%s\n",p2); } what is the output?
7 Answers AMCAT, HCL, Ramco, Zycus Infotech,
Write a program that receives as input a number omaadel-n-print, four digits.
a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none
Write a program to use switch statement.
0 Answers Agilent, Integreon, ZS Associates,
Tell us the difference between these two : #include"stdio.h" #include<stdio.h> define in detial.
can we change the default calling convention in c if yes than how.........?