What is #pragma directive?how it is used in the program? what is its advantages and disadvantages?
2 9375Is 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 13990what is the output of below pgm? void main() { int i=0; if(i) printf("pass"); else printf("fail"); }
4 7508You 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 7089
What would be an example of a structure analogous to structure c?
What is the symbol indicated the c-preprocessor?
What are two dimensional arrays alternatively called as?
What is assignment operator?
What is pointer in c?
How can you determine the size of an allocated portion of memory?
What are reserved words with a programming language?
How macro execution is faster than function ?
Which node is more powerful and can handle local information processing or graphics processing?
Explain Basic concepts of C language?
Can we declare a function inside a function in c?
What is extern keyword in c?
Write a program to use switch statement.
what do you mean by inline function in C?
Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.