WRITE A CODE IN C TO SEARCH A FILE FROM NOTEPAD FILE.
void main() { int a=1; printf("%d %d %d",a,++a,a++); } the output is supposed to be 1 2 2....but it is 3 3 1 this is due to calling conventions of C. if anyone can explain me how it happens?
what is the benefit of c30
Write a c program to demonstrate character and string constants?
pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)
How can I generate floating-point random numbers?
why do we use # in c-language?
how many types of operators are include in c language a) 4 b) 6 c) 8 d) 12
write a program to find out number of on bits in a number?
WHAT IS RTGS N MINIMUM AMT TO B TRANSFERD N WHAT R THE CHARGES ON MINIMUM AMT N IN WHICH BANK WE CAN DO IT?
Explain setjmp()?
Explain the differences between public, protected, private and internal.
what is the different between data structure and data type?