application attempts to perform an
operation?


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 keyword VOLATILE in C?

1 Answers  


Explain what is the best way to comment out a section of code that contains comments?

0 Answers  


What is the explanation for cyclic nature of data types in c?

0 Answers  


main() { int *ptr=(int*)malloc(sizeof(int)); *ptr=4; printf("%d",(*ptr)+++*ptr++); }

5 Answers   Vector, Vector Solutions,


Mention four important string handling functions in c languages .

0 Answers  






How #define works?

0 Answers  


what is difference b/w extern & volatile variable??

6 Answers   Teleca,


what is the basis for selection of arrays or pointers as data structure in a program

0 Answers   TCS,


What is dynamic memory allocation?

0 Answers  


What is false about the following A compound statement is a.A set of simple statments b.Demarcated on either side by curly brackets c.Can be used in place of simple statement d.A C function is not a compound statement.

5 Answers   CCEM, TCS,


Write a C program to perform some of the operation which can be performed using Single linked list

1 Answers   Qualcomm,


code for selection sort?

1 Answers  


Categories