What is the data segment that is followed by c?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program to generate prime factors of a given integer?
Define VARIABLE?
Do array subscripts always start with zero?
#include<stdio.h> void main() { int a [5]; for (i=0; i<=4; i++) printf(ā%dā ,a[i]); }
what is the output of the following code? main() { int I; I=0x10+010+10; printf("x=%x",I); } give detailed reason
Read N characters in to an array . Use functions to do all problems and pass the address of array to function. 1. Print only the alphabets . If in upper case print in lower case vice versa.
main() { char x; while(x=0;x<=255;x++) printf("\nAscii value %d Charater %c",x,x); }
How do you define structure?
What does 1f stand for?
How can we open a file in Binary mode and Text mode?what is the difference?
is it possible to change the default calling convention in c ?
if p is a string contained in a string?