What are the types of assignment statements?
No Answer is Posted For this Question
Be the First to Post Answer
What is a static variable in c?
int i=3; this declaration tells the C compiler to a) reserve space in memory to hold the integer value b) associate the name i with this memory location c) store the value 3 at this location d) all the above
What are the disadvantages of c language?
is forign key will be unique key any table or not?
what is the output of the following program? main() { int c[]={2,8,3,4,4,6,7,5}; int j,*p=c,*q=c; for(j=0;j<5;j++) { printf("%d",*c); ++q; } for(j=0;j<5;j++) { printf("%d",*p); ++p; } }
while initialization of two dimensional arrays we can initialize like a[][2] but why not a[2][] is there any reason behind this?
hello friends what do u mean by BUS ERROR i got this error while i am doing my program in DATA STRUCTURES
Why does notstrcat(string, "!");Work?
create an SINGLE LINKED LISTS and reverse the data in the lists completely
what is c
Write a program in c to replace any vowel in a string with z?
What is the total generic pointer type?