C Interview Questions
Questions Answers Views Company eMail

What is merge sort in c?

632

What is pivot in c?

558

What is quick sort in c?

571

What is sorting in c plus plus?

556

What is string function in c?

527

What is time complexity c?

555

Is c functional or procedural?

1 857

Why c is called free form language?

557

Why c is called procedure oriented language?

566

for (i <= 5 && i >= -1;++i; i > 0) { printf("%d ", i); }

1 1027

Declare the structure which contains the following members and write in C list of all students who score more than 75 marks. Roll No, Name, Father Name, Age, City, Marks.

631

What is a built-in function in C?

1 777

In C, What is the #line used for?

2 1031

How can a string be converted to a number?

500

How can a number be converted to a string?

1 586


Post New C Questions

Un-Answered Questions { C }

Write a function expand(s1,s2) that expands shorthand notations like a-z in the string s1 into the equivalent complete list abc...xyz in s2 . Allow for letters of either case and digits, and be prepared to handle cases like a-b-c and a-z0-9 and -a-z. z-a:zyx......ba -1-6-:-123456- 1-9-1:123456789987654321 a-R-L:a-R...L a-b-c:abbc

5045


the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above

711


Can a variable be both static and volatile in c?

594


How does sizeof know array size?

612


What is the right type to use for boolean values in c? Is there a standard type?

549






Is python a c language?

539


What are the primitive data types in c?

561


In c programming typeing to occupy the variables in memory space. if not useing the variable the memory space is wasted.ok, how to avoid the situation..? (the variable is used & notused)

1620


please send me the code for multiplying sparse matrix using c

1708


Are the variables argc and argv are local to main?

778


What is the difference between memcpy and memmove?

589


Is file a keyword in c?

492


What is a lvalue

647


What is the scope of static variable in c?

518


What is a string?

656