Can a pointer be static?
No Answer is Posted For this Question
Be the First to Post Answer
if the address of a[1,1] and a[2,1] are 1000 and 1010 respectively and each occupies 2 bytes then the array has been stored in what order?
4 Answers Amazon, Apple, Bata, Google, NASA,
logic for x=y^n
Give differences between - new and malloc() , delete and free() ?
wap in c to accept n number display the highest and lowest value
What's a "sequence point"?
Write a program to print all the prime numbers with in the given range
8 Answers ABC, College School Exams Tests, TCS,
what is array?
What are types of preprocessor in c?
#include<stdio.h> #include<conio.h> void main() {clrscr(); char another='y'; int num; for(;another=='y';) { printf("Enter a number"); scanf("%d",&num); printf("squre of %d is %d",num,num*num); printf("\nwant to enter another number y/n"); scanf("%c",&another); } getch(); } the above code runs only one time.on entering 'y' the screen disappeares.what can i do?
What is the sizeof () a pointer?
Explain what does a function declared as pascal do differently?
What is the difference between fread and fwrite function?