What is #pragma directive?how it is used in the program? what is its advantages and disadvantages?
2 9376Is the C language is the portable language...If yes...Then Why...and if not then what is problem so it is not a Portable language..???
TCS,
2 13994what is the output of below pgm? void main() { int i=0; if(i) printf("pass"); else printf("fail"); }
4 7514You are given a string which contains some special characters. You also have set of special characters. You are given other string (call it as pattern string). Your job is to write a program to replace each special characters in given string by pattern string. You are not allowed to create new resulting string. You need to allocate some new memory to given existing string but constraint is you can only allocate memory one time. Allocate memory exactly what you need not more not less.
2 7092
What is the right type to use for boolean values in c? Is there a standard type? Should I use #defines or enums for the true and false values?
What is the purpose of clrscr () printf () and getch ()?
Write a code to generate a series where the next element is the sum of last k terms.
Explain what is meant by high-order and low-order bytes?
write a c program thal will find all sequences of length N that produce the sum is Zero, print all possible solutions?
In which header file is the null macro defined?
I need a sort of an approximate strcmp routine?
What does void main () mean?
I came across some code that puts a (void) cast before each call to printf. Why?
please send me the code for multiplying sparse matrix using c
When can you use a pointer with a function?
Write a program to print numbers from 1 to 100 without using loop in c?
What are terms in math?
What are multibyte characters?
How is a structure member accessed?