Is anything faster than c?


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

Post New Answer

More C Interview Questions

Implement a function that returns the 5th element from the end in a singly linked list of integers in one pass.

11 Answers   Microsoft,


What is a dynamic array in c?

0 Answers  


Can true be a variable name in c?

0 Answers  


A marketing company wishes to construct a decision table to decide how to treat clients according to three characteristics: Gender, City Dweller, and age group: A (under 30), B (between 30 and 60), C (over 60). The company has four products (W, X, Y and Z) to test market. Product W will appeal to female city dwellers. Product X will appeal to young females. Product Y will appeal to Male middle aged shoppers who do not live in cities. Product Z will appeal to all but older females.

2 Answers  


if we take a number as a char then can we manipulate(add, subtract) on this number

2 Answers  






What does c value mean?

0 Answers  


how can i get output like this? 1 2 3 4 5 6

6 Answers   Excel,


11. Look at the Code: #include<string.h> void main() { char s1[]="abcd"; char s2[10]; char s3[]="efgh"; int i; clrscr(); i=strcmp(strcat(s3,ctrcpy(s2,s1))strcat(s3,"abcd")); printf("%d",i); } What will be the output? A)No output B) A Non Integer C)0 D) Garbage

7 Answers   Accenture,


What the different types of arrays in c?

0 Answers  


How many levels of pointers can you have?

0 Answers  


What is function pointer c?

0 Answers  


HOW TO HANDLE EXCEPTIONS IN C

8 Answers  


Categories