Can we use visual studio for c?
No Answer is Posted For this Question
Be the First to Post Answer
what do you mean by defining a variable in our c code?
write a program in c to print **** * * * * ****
can we write a program in c for printf and scanf without using header file stdio.h
What is that continue statement??
int *p=20; if u print like dis printf("%d",p); o\p:- 20; how is it possible? plz give me the explanation.
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,
what is ans for this scanf(%%d",c);
What does %d do?
Why dont c comments nest?
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,
how to add numbers without using arithmetic operators.
? ???Mirror Mirror on the wall????????