Why isnt any of this standardized in c?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program in c to replace any vowel in a string with z?
when i declare as: void main() { clrscr(); int a=10; printf("%d",a) } my problem that why generate a error in above programs. please tell me answer seriously .
Study the Following Points: a.One Cannot Take the address of a Bit Field b.bit fields cannot be arrayed c.Bit-Fields are machine Dependant d.Bit-fields cannot be declared as static 1. Which of the Following Statements are true w.r.t Bit- Fields A)a,b&c B)Only a & b C)Only c D)All
Do pointers store the address of value or the actual value of a variable?
What is meant by type specifiers?
What are valid operations on pointers?
what are the program that using a two dimensional array that list the odd numbers and even numbers separately in a given 10 inputs values
0 Answers College School Exams Tests,
difference between my-strcpy and strcpy ?
3 Answers Geometric Software, IIM, Infosys,
Write a program in C for showing working of different logical operator in C. Your program should guide users with proper message/menu on the console.
a program that performs some preliminary processing in C, it acts upon certain directives that will affect how the compiler does its work a) compiler b) loader c) directive d) preprocessor
I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.
What is wrong with this statement? Myname = 'robin';