What are the three constants used in c?


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

Post New Answer

More C Interview Questions

Consider a language that does not have arrays but does have stacks as a data type.and PUSH POP..are all defined .Show how a one dimensional array can be implemented by using two stacks.

3 Answers   Google,


How can I change the size of the dynamically allocated array?

0 Answers  


please give me some tips for the selection in TCS.

3 Answers   TCS,


Write a program to find factorial of a number using recursive function.

0 Answers   Global Logic, TCS,


i=10,j=20 j=i,j?(i,j)?i:j:j print i,j

1 Answers   CSC,






write an algorithm to get a sentence and reverse it in the following format: input : I am here opuput: Here Am I note: first letter of every word is capiatlised

3 Answers  


what is difference between overriding and overloading?

1 Answers  


main() { int i = 1; int num[] = {1,2,3,4}; num[i] = i++; printf("%d", num[i]); } what will be the output? }

22 Answers   NDS, TCS,


What is register variable in c language?

0 Answers  


How do you define a function?

0 Answers  


What is methods in c?

0 Answers  


Q.11 Generate the following pattern using code in any language(c/c++/java) for n no. of rows 1 1 1 1 2 1 1 3 3 1 1 4 6 4 1

2 Answers  


Categories