What is #pragma directive?how it is used in the program? what is its advantages and disadvantages?
2 6161Is 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 10258what is the output of below pgm? void main() { int i=0; if(i) printf("pass"); else printf("fail"); }
4 3010You 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 4906
what are the 10 different models of writing an addition program in C language?
I need testPalindrome and removeSpace
#include
a c code by using memory allocation for add ,multiply of sprase matrixes
in iso what are the common technological language?
please send me the code for multiplying sparse matrix using c
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.
1.int a=10; 2.int b=20; 3. //write here 4.b=30; Write code at line 3 so that when the value of b is changed variable a should automatically change with same value as b. 5.
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
why we wont use '&' sing in aceesing the string using scanf
Draw a diagram showing how the operating system relates to users, application programs, and the computer hardware ?
4. main() { int c=- -2; printf("c=%d",c); }
WHICH TYPE OF JOBS WE GET BY WRITING GROUPS .WHEN THE EXAMS CONDUCTED IS THIS EXAMS ARE CONDUCTED EVERY YEAR OR NOT.PLS TELL ME THE ANSWER
I need previous papers of CSC.......plz help out by posting them.......
difference between Low, Middle, High Level languages in c ?
A SIMPLE PROGRAM OF GRAPHICS AND THEIR OUTPUT I WANT SEE WAHAT OUTOUT OF GRAPHICS PROGRAM