What is c variable?


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

Post New Answer

More C Interview Questions

What is restrict keyword in c?

0 Answers  


please give me some tips for the selection in TCS.

3 Answers   TCS,


In a switch statement, what will happen if a break statement is omitted?

0 Answers  


Explain what is dynamic data structure?

0 Answers  


how to return 1000 variables from functio9n in c?plz give me code also

6 Answers  


Explain what are the different file extensions involved when programming in c?

0 Answers  


to convert a string without using decrement operater and string functions

1 Answers  


#include<stdio.h> main() { int a=1; int b=0; b=++a + ++a; printf("%d %d",a,b); }

7 Answers   Infosys,


write a program to display the frequency of each element in a given array in c language

1 Answers  


array contains zeros and ones as elements.we need to bring zeros one side and one other side in single parse. ex:a[]={0,0,1,0,1,1,0,0} o/p={0,0,0,0,0,1,1,1}

12 Answers   Google, Motorola,


using for loop sum 2 number of any 4 digit number in c language

0 Answers  


What does stand for?

0 Answers  


Categories