What is oops c?
No Answer is Posted For this Question
Be the First to Post Answer
Differentiate Source Codes from Object Codes
what is the difference between global variable & static variable declared out side all the function in the file.
what is c programing
How can I open a file so that other programs can update it at the same time?
#include<stdio.h> void main() { int a [5]; for (i=0; i<=4; i++) printf(ā%dā ,a[i]); }
main() { char *ptr = "Ramco Systems"; (*ptr)++; printf("%s\n",ptr); ptr++; printf("%s\n",ptr); } Find the Outputs?
What do you mean by dynamic memory allocation in c?
which is the best antivirus and how to update it
An organised method of depicting the use of an area of computer memory used to signify the uses for different parts of the memory a) swap b) extended memory c) memory map d) all of the above
What is the difference between single charater constant and string constant?
What is the difference between constant pointer and constant variable?
How can I get Single byte from 'int' type variable? Can we alter single bit or multiple bits in int type variable? if so, How?