What is the maximum no. of arguments that can be given in a command line in C.?


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

Post New Answer

More C Interview Questions

code for inverse a matrix

0 Answers  


write a proram to reverse the string using switch case?

0 Answers   Syntel,


can we print any string without using terminator?

2 Answers   Infosys, TCS,


What is structure padding and packing in c?

0 Answers  


Write a program to print a (*)pattern programming (A to Z) in capital in one programming ?

2 Answers   TCS,






Struct(s) { int a; long b; } Union (u) {int a; long b; } Print sizeof(s)and sizeof(u) if sizeof(int)=4 and sizeof(long)=4

2 Answers   Mascot,


What is context in c?

0 Answers  


How is null defined in c?

0 Answers  


please can some one guide me, to the answer Write a C program to enter 15 numbers as an input from the keyboard and program will find and print odd numbers and their average. i have studied while and do while loop for loop if and else if switch

2 Answers  


What is use of integral promotions in c?

0 Answers  


Write a code to reverse string seperated by spaces i/p str=India is my country o/p str=aidnI si ym yrtnuoc After writing code, optimize the code

1 Answers  


Explain union. What are its advantages?

0 Answers  


Categories