What is #pragma directive?how it is used in the program? what is its advantages and disadvantages?
2 9262Is 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 13853what is the output of below pgm? void main() { int i=0; if(i) printf("pass"); else printf("fail"); }
4 7375You 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 6998
What is the difference between near, far and huge pointers?
If a variable is a pointer to a structure, then which operator is used to access data members of the structure through the pointer variable?
Why & is used in c?
What is the basic structure of c?
Is it possible to use curly brackets ({}) to enclose single line code in c program?
What is scope of variable in c?
a linearly ordered set of data elements that have the same structure and whose order is preserved in storage by using sequential allocation a) circular b) ordinary c) array d) linear list
using for loop sum 2 number of any 4 digit number in c language
Explain what is #line used for?
How can you restore a redirected standard stream?
What is the difference between text files and binary files?
What oops means?
Write a C Program That Will Count The Number Of Even And Odd Integers In A Set using while loop
how do you execute a c program in unix.
which type of aspect you want from the student.