What is keyword with example?
No Answer is Posted For this Question
Be the First to Post Answer
What are the similarities between c and c++?
which type of question asked from c / c++ in interview.
a direct address that identifies a location by means of its displacement from a base address or segment a) absolute address b) relative address c) relative mode d) absolute mode
What is the difference between typedef struct and struct?
FILE PROGRAMMING
what is the difference between : func (int list[], ...) or func (int *list , ....) - what is the difference if list is an array and if also if list is a pointer
What is the advantage of c?
what are bit fields? What is the use of bit fields in a structure declaration?
0 Answers Flextronics, TISL, Virtusa,
write c program without semicolon
11 Answers MindTech, TCS, Wipro,
what is the difference between global variable & static variable declared out side all the function in the file.
#include<stdio.h> #include<conio.h> void main() { int m=0111,n=20; printf("%d%d\n",m,n); getch(); }
What is the maximum no. of arguments that can be given in a command line in C.?