What is wild pointer in c with example?
what is develop in c language
What is the difference between memcpy and memmove?
What is linear search?
how to find your architecture is LittleEndian or BigEndian?
what are two categories of clint-server application development ?
Give the logic for this #include<stdio.h> #include<conio.h> void main() { clrscr(); int a=10,b; b=++a + ++a; printf("%d", b); getch(); } Output: 24......How?
I need previous papers of CSC.......plz help out by posting them.......
how would a 4*3 array A[4][3] stored in Row Major Order?
Are global variables static in c?
Can a local variable be volatile in c?
What is the use of static variable in c?
Explain what does the format %10.2 mean when included in a printf statement?