Do you know what is a programing language ?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

what is the use of fflush() function?

2 Answers  


Which of the Following will define a type NODE that is a node in a Linked list? A)struct node {NODE*next;int x;};type def struct node NODE; B)typedef struct NODE {struct NODE *next;int x;}; C)typedef struct NODE {NODE *next;int x;}; D)typedef struct {NODE *next;int x;}NODE;

5 Answers   Accenture, TCS,


What is the use of #define preprocessor in c?

0 Answers  


Compare array data type to pointer data type

0 Answers  


What is c value paradox explain?

0 Answers  






A routine usually part of the operation system that loads a program into memory prior to execution a) linker b) loader c) preprocessor d) compiler

0 Answers  


What is the maximum no. of arguments that can be given in a command line in C.?

0 Answers   HCL,


What is a structure in c language. how to initialise a structure in c?

0 Answers  


is it possible to create your own header files?

0 Answers  


how to execute a program using if else condition and the output should enter number and the number is odd only...

0 Answers  


i have to apply for rbi before that i need to know the the syllabus for the entrance questions. whethet it may be aps or techinical

0 Answers  


What will happen when freeing memory twice

2 Answers  


Categories